mirror of
https://github.com/StrawberryMaster/wayback-machine-downloader.git
synced 2025-12-29 16:16:06 +00:00
Remove too verbose comment
This commit is contained in:
@@ -139,7 +139,6 @@ class WaybackMachineDownloader
|
|||||||
def list_files
|
def list_files
|
||||||
# retrieval produces its own output
|
# retrieval produces its own output
|
||||||
files = get_file_list_by_timestamp
|
files = get_file_list_by_timestamp
|
||||||
# ... hence delay printing the opening bracket
|
|
||||||
puts "["
|
puts "["
|
||||||
files.each do |file|
|
files.each do |file|
|
||||||
puts file.to_json + ","
|
puts file.to_json + ","
|
||||||
|
|||||||
Reference in New Issue
Block a user