瀏覽代碼

Remove debugging code

Alois Mahdal 9 年之前
父節點
當前提交
9dd3d7c770
共有 1 個檔案被更改,包括 0 行新增2 行删除
  1. 0
    2
      gcconv.py

+ 0
- 2
gcconv.py 查看文件

@@ -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