Use debug instead of console.* everywhere

No need to patch up console.* anymore

also removes supererror
This commit is contained in:
Girish Ramakrishnan
2020-08-02 11:43:18 -07:00
parent aa747cea85
commit 1b307632ab
16 changed files with 46 additions and 110 deletions
-2
View File
@@ -7,8 +7,6 @@
if (process.argv[2] === '--check') return console.log('OK');
require('supererror')({ splatchError: true });
var assert = require('assert'),
async = require('async'),
backups = require('../backups.js'),