Skip to content

Commit

Permalink
remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuawright11 committed Jul 15, 2024
1 parent 5b02277 commit ffa8712
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Tests/Queues/Commands/WorkCommandTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ final class WorkCommandTests: TestCase<TestApp> {
}

func testRunCLI() async throws {
Log.logLevel = .debug
Task { try await app.start("queue:work", "--workers", "3", "--schedule") }

// hack to wait for the queue to boot up - should find a way to hook
Expand Down

0 comments on commit ffa8712

Please sign in to comment.