From 2cd1e5f97638c1949c697d577cfd72c1190a5d85 Mon Sep 17 00:00:00 2001 From: nathan Date: Thu, 13 Aug 2020 00:24:00 +0200 Subject: [PATCH] Removed debug comments --- src/dorkbox/executor/stream/PumpStreamHandler.kt | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/dorkbox/executor/stream/PumpStreamHandler.kt b/src/dorkbox/executor/stream/PumpStreamHandler.kt index 0b6eaac..8180f13 100644 --- a/src/dorkbox/executor/stream/PumpStreamHandler.kt +++ b/src/dorkbox/executor/stream/PumpStreamHandler.kt @@ -298,9 +298,6 @@ class PumpStreamHandler(out: OutputStream = System.out, } } catch (closingException: CancellationException) { // ignored, since we are explicitly closing the coroutine - log.error("pow") - } catch (e: Exception) { - log.error("pow!!") } } @@ -370,9 +367,6 @@ class PumpStreamHandler(out: OutputStream = System.out, } } catch (closingException: CancellationException) { // ignored, since we are explicitly closing the coroutine - log.error("powaaaaa") - } catch (e: Exception) { - log.error("pow!!aaaaaaaa") } } @@ -437,8 +431,6 @@ class PumpStreamHandler(out: OutputStream = System.out, } catch (closingException: CancellationException) { // ignored, since we are explicitly closing the coroutine log.error("pow") - } catch (e: Exception) { - log.error("pow!!") } } @@ -501,9 +493,6 @@ class PumpStreamHandler(out: OutputStream = System.out, } } catch (closingException: CancellationException) { // ignored, since we are explicitly closing the coroutine - log.error("powbbbbbb") - } catch (e: Exception) { - log.error("pow!!cccccc") } }