Merge pull request #4792 from eatkins/dont-print-stacktrace

Remove err.printStackTrace in MainLoop
This commit is contained in:
eugene yokota 2019-06-10 01:13:13 +02:00 committed by GitHub
commit e67d86f641
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -223,7 +223,6 @@ object MainLoop {
}
} catch {
case err: Throwable =>
err.printStackTrace()
val errorEvent = ExecStatusEvent(
"Error",
channelName,