=str #18034 remove println call from OutputStreamSubscriber

This commit is contained in:
Alexander Golubev 2015-07-18 14:43:53 -04:00
parent 30010374fa
commit 69fed28773

View file

@ -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()
}