Skip to content

Commit

Permalink
remove unwanted puts
Browse files Browse the repository at this point in the history
  • Loading branch information
shiltemann committed Jun 14, 2024
1 parent 50aa7b6 commit 2dcec06
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 2dcec06

Please sign in to comment.