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
         if self.is_closed() and line.startswith(u'"ID operace";"Datum";'):
257
         if self.is_closed() and line.startswith(u'"ID operace";"Datum";'):
258
             self.next_state = True
258
             self.next_state = True
259
             return False
259
             return False
260
-        if self.is_open() and line.startswith(u'"bankId";"2010"'):
261
-            return False
262
         return self.state
260
         return self.state
263
 
261
 
264
 
262