diff --git a/main.py b/main.py index 23ded03..69bfdb1 100644 --- a/main.py +++ b/main.py @@ -16,7 +16,6 @@ def main(): img = camera.Capture() detections = net.Detect(img) - print(detections) if __name__ == "__main__": main()