Skip to content

Commit c3382a3

Browse files
committed
remove debug line
1 parent 1123841 commit c3382a3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vpython/rate_control.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ def _sleep(dt):
6666
return
6767
tend = _clock()+dt
6868
while _clock() < tend:
69-
print (tend- _clock(),tend)
7069
pass
7170

7271
class simulateDelay:

0 commit comments

Comments
 (0)