Skip to content

Commit

Permalink
remove debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmassicotte committed Aug 29, 2024
1 parent be9f4e0 commit 702418e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Sources/MainOffender/ThreadExecutor.swift
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,10 @@ final class ThreadRunLoop: Sendable {
equal: nil,
hash: nil,
schedule: { _, _, _ in
print("schedule")
},
cancel: { _, _, _ in
print("cancel")
},
perform: { _ in
print("peform")
}
)

Expand Down

0 comments on commit 702418e

Please sign in to comment.