Skip to content

Commit 1a10c5a

Browse files
committed
updates
1 parent 76c56d8 commit 1a10c5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

migration/migration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,7 @@ def get_submission_order(self,dd,project_id,name='temp',suffix='tsv',missing_nod
809809
while len(all_nodes) > 0:
810810

811811
node = all_nodes.pop(0)
812-
print("\tDetermining order for node '{}'.".format(node))
812+
#print("\tDetermining order for node '{}'.".format(node)) # for trouble-shooting
813813

814814
node_links = dd[node]['links']
815815
for link in node_links:

0 commit comments

Comments
 (0)