Skip to content

Commit

Permalink
Remove debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
rorbech committed Jul 18, 2024
1 parent 89c1d84 commit df59dcc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ internal open class SyncSessionImpl(
},
progressMode == ProgressMode.INDEFINITELY
) { progressEstimate: Double ->
println("PROGRESS-CALLBACK: $progressEstimate")
val progress = Progress(progressEstimate)
trySendWithBufferOverflowCheck(progress)
if (progressMode == ProgressMode.CURRENT_CHANGES && progress.isTransferComplete) {
Expand Down

0 comments on commit df59dcc

Please sign in to comment.