Skip to content

Commit

Permalink
Revert "rm unnecessary print statement; bar.update already prints, re #…
Browse files Browse the repository at this point in the history
…10781"

This reverts commit edc63d4.
  • Loading branch information
whatisgalen committed Apr 18, 2024
1 parent edc63d4 commit 11b692d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arches/app/models/graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,8 @@ def delete_instances(self, verbose=False):
resource.delete()
if verbose is True:
bar.update()
if verbose is True:
print(bar)
return delete_count

def get_tree(self, root=None):
Expand Down

0 comments on commit 11b692d

Please sign in to comment.