diff --git a/demo_code.py b/demo_code.py index ad68ff119..305e364ab 100644 --- a/demo_code.py +++ b/demo_code.py @@ -43,7 +43,6 @@ def get_number(self, min_max=[1, 10]): def main(options: dict = {}) -> str: - pdb.set_trace() if "run" in options: value = options["run"] else: diff --git a/hello.py b/hello.py index ad68ff119..305e364ab 100644 --- a/hello.py +++ b/hello.py @@ -43,7 +43,6 @@ def get_number(self, min_max=[1, 10]): def main(options: dict = {}) -> str: - pdb.set_trace() if "run" in options: value = options["run"] else: