Skip to content

Commit cba852b

Browse files
committed
Forgot to remove unnecessary print
1 parent 6496246 commit cba852b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

XRPLib/resetbot.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
A simple file for shutting off all of the motors after a program gets interrupted from the REPL.
44
Run this file after interrupting a program to stop the robot by running "import XRPLib.resetbot" in the REPL.
55
"""
6-
print(sys.modules)
76

87
def reset_motors():
98
from XRPLib.encoded_motor import EncodedMotor

0 commit comments

Comments
 (0)