Skip to content

Commit

Permalink
remove prints
Browse files Browse the repository at this point in the history
  • Loading branch information
mgineer85 committed Nov 4, 2024
1 parent 67c57df commit 7780445
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions wigglecam/services/acquisitionservice.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
# as from image source
PATH_STANDALONE = DATA_PATH / "standalone"

print(DATA_PATH)
print(PATH_STANDALONE)


class AcquisitionService(BaseService):
def __init__(self, config: ConfigSyncedAcquisition):
Expand Down

0 comments on commit 7780445

Please sign in to comment.