Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Sloox authored and mergify-bot committed Sep 25, 2020
1 parent 3e4b4dc commit d73911d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flank-actions/slackService.kt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ fun sendMessage(args: Array<String>): Int{
Common.EXIT_CODE_SUCCESS
}
catch(e: Exception) {
error("Error has occured: $e")
Common.EXIT_CODE_FAILURE
}
}

0 comments on commit d73911d

Please sign in to comment.