Skip to content
Snippets Groups Projects
Commit a2623697 authored by Robin.Mueller's avatar Robin.Mueller
Browse files

removed printout for unit test

parent 721b1767
Branches
Tags
No related merge requests found
......@@ -64,7 +64,6 @@ class MultipleCommandSenderReceiver(SequentialCommandSenderReceiver):
def handleWaiting(self):
self.waitCounter = self.waitCounter + 1
print(self.waitCounter)
if self.waitCounter in self.waitIntervals:
if isinstance(self.waitTime, list):
time.sleep(self.waitTime[self.waitIntervals.index(self.waitCounter)])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment