diff options
| author | Zog | 2018-04-09 12:16:07 +0200 | 
|---|---|---|
| committer | Zog | 2018-04-09 12:16:07 +0200 | 
| commit | cb3a2fecf94c658448a6886529efc417f8d8dd39 (patch) | |
| tree | 0c794ff1eefd4ba2eddcaf8ba9566d9063333164 | |
| parent | 27442a9ffe40d0f548b1dc99ab917a8d8b0a02a2 (diff) | |
| download | chouette-core-cb3a2fecf94c658448a6886529efc417f8d8dd39.tar.bz2 | |
:fire: log
| -rw-r--r-- | app/services/zip_service.rb | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/app/services/zip_service.rb b/app/services/zip_service.rb index 188e1b3c8..2402721fb 100644 --- a/app/services/zip_service.rb +++ b/app/services/zip_service.rb @@ -52,9 +52,7 @@ class ZipService    end    def add_to_current_output entry -    p "entry.name: #{entry.name}"      return unless validate(entry) -    p "Adding"      current_output.put_next_entry entry.name      write_to_current_output entry.get_input_stream | 
