Skip to content

Commit

Permalink
removing unneeded profile decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
dantaeyoung committed Mar 14, 2024
1 parent be5d3d4 commit d3b164c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/apriltagvision.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ def run_apriltagvision():
cap.release()
cv2.destroyAllWindows()

@profile
def main():
run_apriltagvision()

Expand Down

0 comments on commit d3b164c

Please sign in to comment.