Skip to content

Commit

Permalink
remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
shravanasati committed May 20, 2024
1 parent 05e979c commit 533ca44
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion stellapy/reloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ def execute_remaining(self):
self.triggers = [t for t in self.triggers if t not in to_execute]

for trigger in to_execute:
print(trigger)
try:
trigger.action(trigger)
except Exception as e:
Expand Down

0 comments on commit 533ca44

Please sign in to comment.