Quieted message

This commit is contained in:
Devine Lu Linvega
2019-07-18 11:15:18 +09:00
parent c1594dd4cc
commit 998a2db53e
2 changed files with 2 additions and 2 deletions

View File

@@ -52,7 +52,6 @@ function Ronin () {
}
this.log = function (...msg) {
console.log(...msg)
this.commander.setStatus(msg.reduce((acc, val) => { return acc + val + ' ' }, ''))
}