Hide or remove logging (#523)

* Hide or remove logging

* Remote dmsg
This commit is contained in:
Sam El-Husseini
2018-04-15 19:36:10 -07:00
committed by GitHub
parent be207282e3
commit e43837d358
5 changed files with 5 additions and 33 deletions

View File

@ -85,7 +85,7 @@ namespace pxsim.control {
}
export function dmesg(s: string) {
console.log("DMESG: " + s)
//console.log("DMESG: " + s)
}
}