Skip to content

Commit 395e5e1

Browse files
authored
Update run_opmode.py
Removed commented out code.
1 parent e5283e8 commit 395e5e1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server_python_scripts/run_opmode.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ def run_opmode(opmode_file, duration=None, loop_frequency=50):
152152

153153
except Exception as e:
154154
print(f"\nError running opmode: {e}")
155-
#traceback.print_exc()
156155
BlockExecution.handleFatalError(e)
157156
sys.exit(1)
158157

0 commit comments

Comments
 (0)