fix
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-01-05 12:34:15 +01:00
parent b58af27719
commit c7708f4bc0
2 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,6 @@ import build_debug from 'debug';
function debug (scope: string): build_debug.Debugger {
const namespace = `sapphirecode:auth-server-helper:${scope}`;
console.log ('register debugger', namespace);
return build_debug (namespace);
}