Rakefile: remove debug output

This commit is contained in:
Moritz Bunkus 2020-09-07 17:53:37 +02:00
parent 2156af77fa
commit 82b4c7eaf9
No known key found for this signature in database
GPG Key ID: 74AF00ADF2E32C85

View File

@ -120,7 +120,6 @@ EOT
end
END {
puts "the END"
File.unlink(@@registry_file) if @@registry_downloaded && FileTest.exists?(@@registry_file)
}
end