mirror of
https://github.com/vale981/tridactyl
synced 2025-03-06 01:51:40 -05:00
Remove shrugface error
It was funnier when it wasn't tormenting end users who hit bugs
This commit is contained in:
parent
454a63e779
commit
cd968ba9e8
1 changed files with 1 additions and 5 deletions
|
@ -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)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue