Skip to content

Commit 2eeed34

Browse files
committed
remove debug print
1 parent 83dc8a7 commit 2eeed34

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lddecode/core.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3777,7 +3777,6 @@ def writeout(self, dataset):
37773777

37783778
c_id = self.capture_id
37793779
f_id = fi['seqNo'] - 1
3780-
print(c_id, f_id)
37813780

37823781
# Insert parent record into 'field_record'
37833782
# We cast booleans to int because of the CHECK (val IN (0,1)) constraint

0 commit comments

Comments
 (0)