Remove shrugface error

It was funnier when it wasn't tormenting end users who hit bugs
This commit is contained in:
Oliver Blanthorn 2018-10-31 14:06:09 +00:00
parent 454a63e779
commit cd968ba9e8
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -87,11 +87,7 @@ function* ParserController() {
acceptExCmd(exstr)
} catch (e) {
// Rumsfeldian errors are caught here
logger.error(
"An error occurred in the content controller: ",
e,
" ¯\\_(ツ)_/¯",
)
logger.error("An error occurred in the content controller: ", e)
}
}
}