Use single line comment

This commit is contained in:
pyoor 2017-07-07 11:24:09 -04:00
parent 5c6593b973
commit d167b49fba
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ var logger = (function () { // eslint-disable-line no-unused-vars
}
function comment (msg) {
dumpln('/*L*/ /* ' + msg + ' */')
dumpln('/*L*/ // ' + msg)
}
function separator () {