Skip to content

Commit

Permalink
fix: remove debugging code accidentally committed
Browse files Browse the repository at this point in the history
  • Loading branch information
joanise authored and roedoejet committed Sep 25, 2024
1 parent ae5d96d commit d7fbb81
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions everyvoice/wizard/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,6 @@ def add_step(self, step: Step, parent: Step):
def run(self):
"""Run the tour by traversing the tree depth-first"""
for _, _, node in RenderTree(self.root):
self.visualize()
print(f"Running {node.name}")
node.run()

def visualize(self):
Expand Down

0 comments on commit d7fbb81

Please sign in to comment.