=str #18034 remove println call from OutputStreamSubscriber
This commit is contained in:
parent
30010374fa
commit
69fed28773
1 changed files with 0 additions and 1 deletions
|
|
@ -37,7 +37,6 @@ private[akka] class OutputStreamSubscriber(os: OutputStream, bytesWrittenPromise
|
|||
bytesWritten += bytes.length
|
||||
} catch {
|
||||
case ex: Exception ⇒
|
||||
println("ex = " + ex)
|
||||
bytesWrittenPromise.failure(ex)
|
||||
cancel()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue