This commit is contained in:
Overtorment
2020-01-25 15:41:49 +00:00
parent 03ddddbf6a
commit 14d42a7aed
2 changed files with 6 additions and 10 deletions

View File

@@ -37,10 +37,6 @@ if (!fs.existsSync('logs')) {
fs.mkdirSync('logs');
}
/**
* @param {string} label group label
* @param {string} message log message
*/
function log(label, message) {
logger.log({
level: 'info',