diff options
author | Paul Duncan <pabs@pablotron.org> | 2016-10-19 15:20:02 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2016-10-19 15:20:02 -0400 |
commit | a6855e0cc3fd8af026444e36e33c6767301094b5 (patch) | |
tree | 90b9e2c1d0c179864cd680a6c5c3b69b566c164f /src | |
parent | cc485c74c20eaafc9c43c9d759cc77228cf082cf (diff) | |
download | zip-crystal-a6855e0cc3fd8af026444e36e33c6767301094b5.tar.bz2 zip-crystal-a6855e0cc3fd8af026444e36e33c6767301094b5.zip |
remove errant stderrv0.1.2
Diffstat (limited to 'src')
-rw-r--r-- | src/zip.cr | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -2647,7 +2647,6 @@ module Zip # read entries num_entries.times do |i| - STDERR.puts "entry = #{i}, io.pos = #{io.pos}" # create new entry entry = Entry.new(io) |