This commit is contained in:
Bryan MacFarlane 2020-05-02 10:46:48 -04:00
parent ec6092f7d2
commit 1c2f59fb67

View file

@ -52,7 +52,6 @@ describe('authutil tests', () => {
});
}, 100000);
function dbg(message: string) {
process.stderr.write('dbg::' + message + '::\n');
}