Skip to content

Commit b9cbfff

Browse files
authored
remove pdb code from CLI example (#154)
I hadn't meant to check that in earlier; it was intended only for a local experiment. Signed-off-by: Joel Dice <joel.dice@fermyon.com>
1 parent 72ca2f5 commit b9cbfff

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

examples/cli/app.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
from wit_world import exports
2-
from wit_world.imports.environment import get_arguments
3-
import pdb
42

53
class Run(exports.Run):
64
def run(self) -> None:
7-
if "--pdb" in get_arguments():
8-
pdb.set_trace()
95
print("Hello, world!")

0 commit comments

Comments
 (0)