Skip to content

Commit

Permalink
remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
maerki committed May 9, 2024
1 parent b8f5771 commit bbb1cc1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/UBFoundation/Networking/UBURLDataTask.swift
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,6 @@ public final class UBURLDataTask: UBURLSessionTask, CustomStringConvertible, Cus
}
set {
stateDispatchQueue.sync {
print("new state", _state, newValue)
_state = newValue
}
}
Expand Down

0 comments on commit bbb1cc1

Please sign in to comment.