소스 검색

Remove debugging code

Alois Mahdal 10 년 전
부모
커밋
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