Skip to content

Commit ee081de

Browse files
committed
remove pdb
1 parent 3f8c2b5 commit ee081de

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

n3fit/src/n3fit/checks.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,6 @@ def fktable_hasher(data, output_path):
583583
for fk in fkspecs:
584584
# Make a list of the FK tables
585585
table_names = [name for group in fk.metadata.FK_tables for name in group]
586-
import pdb; pdb.set_trace()
587586
for fkpath, table_name in zip(fk.fkpath, table_names):
588587
for fkpath, table_name in zip(fk.fkpath, table_names):
589588
fkhash = hashlib.md5(fkpath.read_bytes()).hexdigest()

0 commit comments

Comments
 (0)