From 4eca581257584d36774674c5fc134337f1802da8 Mon Sep 17 00:00:00 2001 From: hartator Date: Sun, 11 Jun 2017 13:19:50 -0500 Subject: [PATCH] Remove too verbose comment --- lib/wayback_machine_downloader.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/wayback_machine_downloader.rb b/lib/wayback_machine_downloader.rb index fe77758..1777ec0 100644 --- a/lib/wayback_machine_downloader.rb +++ b/lib/wayback_machine_downloader.rb @@ -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 + ","