浏览代码

Remove debugging code

Alois Mahdal 9 年前
父节点
当前提交
9dd3d7c770
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0
    2
      gcconv.py

+ 0
- 2
gcconv.py 查看文件

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