Skip to content

Commit c0be304

Browse files
committed
Update main.py
1 parent e98a1ee commit c0be304

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,6 @@ def ok(self):
437437
ppat = 'pattern'+str(u)
438438
ddem = 'demand'+str(u)
439439
if (ppat in locals()['sectjunctions'][i]) and (ddem in locals()['sectjunctions'][i]):
440-
print(locals()['sectjunctions'][i][ddem])
441440
if locals()['sectjunctions'][i][ddem] == 0 and str(locals()['sectjunctions'][i][ppat]) == 'None':
442441
continue
443442
if str(locals()['sectjunctions'][i][ppat]) == 'NULL' or str(

0 commit comments

Comments
 (0)