Remove err.printStackTrace in MainLoop

I added this for debugging and did not mean to leave it in. It causes
massive walls of text to be printed sometimes when compilation fails.
This commit is contained in:
Ethan Atkins 2019-06-09 15:57:40 -07:00
parent d05e7e0613
commit 54d79e664d
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,