Skip to content

Commit

Permalink
fix: remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
drochetti committed Feb 13, 2024
1 parent e6fcb73 commit adcbaac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/FalClient/FalClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ public struct FalClient: Client {
var elapsed: Int64 = 0
var isCompleted = false
while elapsed < timeout.milliseconds {
print("elapsed \(elapsed)")
let update = try await queue.status(app, of: requestId, includeLogs: includeLogs)
if let onQueueUpdateCallback = onQueueUpdate {
onQueueUpdateCallback(update)
Expand Down

0 comments on commit adcbaac

Please sign in to comment.