diff options
Diffstat (limited to 'internal/media/manager_test.go')
-rw-r--r-- | internal/media/manager_test.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/internal/media/manager_test.go b/internal/media/manager_test.go index 75e706ba7..3a6110f2b 100644 --- a/internal/media/manager_test.go +++ b/internal/media/manager_test.go @@ -443,8 +443,6 @@ func (suite *ManagerTestSuite) TestSimpleJpegQueueSpamming() { } for _, processingMedia := range inProcess { - fmt.Printf("\n\n\nactive workers: %d, queue length: %d\n\n\n", suite.manager.ActiveWorkers(), suite.manager.JobsQueued()) - // fetch the attachment id from the processing media attachmentID := processingMedia.AttachmentID() |