diff --git a/flank-actions/slackService.kt b/flank-actions/slackService.kt index b52933ced2..08f2bae127 100644 --- a/flank-actions/slackService.kt +++ b/flank-actions/slackService.kt @@ -17,7 +17,6 @@ fun sendMessage(args: Array): Int{ Common.EXIT_CODE_SUCCESS } catch(e: Exception) { - error("Error has occured: $e") Common.EXIT_CODE_FAILURE } }