Skip to content

Commit

Permalink
Merge pull request #5044 from galaxyproject/formfix
Browse files Browse the repository at this point in the history
remove unwanted puts
  • Loading branch information
hexylena authored Jun 14, 2024
2 parents 50aa7b6 + 2dcec06 commit 9a253c8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bin/google-form-recordings.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
require 'net/http'
require 'csv'
require 'date'
require 'yaml'

# Fetch data from a google sheet
url = 'https://docs.google.com/spreadsheets/d/1iXjLlMEH5QMAMyUMHi1c_Lb7OiJhL_9hgJrtAsBoZ-Y/export?format=tsv'
Expand Down Expand Up @@ -68,7 +67,6 @@
# check the "bot_timestamp"
exists = false
for rec in material_metadata["recordings"]
puts rec["bot-timestamp"]
if rec["bot-timestamp"].to_s == bot_timestamp.to_s
exists = true
end
Expand Down

0 comments on commit 9a253c8

Please sign in to comment.