removed print

This commit is contained in:
Askill 2019-11-23 12:20:48 +01:00
parent 724b977549
commit 6b374aa5bd
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ def compare():
# loop over the frames of the video # loop over the frames of the video
while True: while True:
print(counter)
# grab the current frame and initialize the occupied/unoccupied # grab the current frame and initialize the occupied/unoccupied
# text # text
frame = vs.read() frame = vs.read()