Remove too verbose comment

This commit is contained in:
hartator
2017-06-11 13:19:50 -05:00
parent 28fd1e10a2
commit 4eca581257

View File

@@ -139,7 +139,6 @@ class WaybackMachineDownloader
def list_files
# retrieval produces its own output
files = get_file_list_by_timestamp
# ... hence delay printing the opening bracket
puts "["
files.each do |file|
puts file.to_json + ","