diff options
| author | Zog | 2018-01-30 20:50:54 +0100 | 
|---|---|---|
| committer | Zog | 2018-02-09 09:04:17 +0100 | 
| commit | 718a06a8a6a761981224d131d5dca77977c7fcb2 (patch) | |
| tree | 41a10f6e14f039394e8d940fd98827bbd7e686fa | |
| parent | 367fa98be509a0ee83e3a30d78b19b85b3f10caa (diff) | |
| download | chouette-core-718a06a8a6a761981224d131d5dca77977c7fcb2.tar.bz2 | |
Refs #5765; :fire: comment
| -rw-r--r-- | app/models/simple_importer.rb | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/app/models/simple_importer.rb b/app/models/simple_importer.rb index 6ab013b04..46c513732 100644 --- a/app/models/simple_importer.rb +++ b/app/models/simple_importer.rb @@ -131,7 +131,6 @@ class SimpleImporter < ActiveRecord::Base      out += msg      print out      @prev_msg_size = msg.size -    # @prev_msg_size += 9 if opts[:color]    end    class FailedImport < RuntimeError | 
