Browse Source

Remove debugging code

Alois Mahdal 8 years ago
parent
commit
9dd3d7c770
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      gcconv.py

+ 0
- 2
gcconv.py View File

@@ -257,8 +257,6 @@ class FioTransactionParser(BaseTransactionParser):
257 257
         if self.is_closed() and line.startswith(u'"ID operace";"Datum";'):
258 258
             self.next_state = True
259 259
             return False
260
-        if self.is_open() and line.startswith(u'"bankId";"2010"'):
261
-            return False
262 260
         return self.state
263 261
 
264 262