Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicWindisch committed Feb 16, 2024
1 parent ec54b5b commit 27c34a6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions photobooth/services/processing/jobmodels.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,6 @@ def start_model(self, typ: Typ, total_captures_to_take: int, config_id: int, col
self._confirmed_captures_collection = []
self._collage_automatic_capture_continue = collage_automatic_capture_continue
self._config_id = config_id

print("########### STARTED MODEL WITH CONFIG ID ", config_id)

self._validate_job()

def reset_job(self):
Expand Down

0 comments on commit 27c34a6

Please sign in to comment.