Skip to content

Commit

Permalink
Remove debug msg
Browse files Browse the repository at this point in the history
  • Loading branch information
SchrodingersGat committed Nov 12, 2024
1 parent 09b80d4 commit 4017abe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/backend/InvenTree/InvenTree/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,6 @@ def offload_task(
# Extract group information from kwargs
group = kwargs.pop('group', 'inventree')

print('offload_task', taskname, args, force_async, force_sync, kwargs)

try:
import importlib

Expand Down

0 comments on commit 4017abe

Please sign in to comment.