Skip to content

Commit e2802ae

Browse files
remove commeents
1 parent 5633937 commit e2802ae

File tree

1 file changed

+0
-10
lines changed
  • demos/action_recognition_demo/python/action_recognition_demo

1 file changed

+0
-10
lines changed

demos/action_recognition_demo/python/action_recognition_demo/pipeline.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,6 @@ def start(self):
5757

5858
def join(self):
5959
self.input_queue.put(Signal.STOP)
60-
# print("\n")
61-
# print("\n")
62-
# print("thread")
63-
# print("\n")
64-
# print("\n")
65-
# print(self._thread)
66-
# print("\n")
67-
# print("\n")
68-
#if self._thread is not None:
69-
#print("not None")
7060
self._thread.join()
7161
self._thread = None
7262
self.working = False

0 commit comments

Comments
 (0)