From c7708f4bc0f371016dc502785e1227f2a9a5de30 Mon Sep 17 00:00:00 2001 From: Timo Hocker <35867059+TimoHocker@users.noreply.github.com> Date: Wed, 5 Jan 2022 12:34:15 +0100 Subject: [PATCH] fix --- lib/debug.ts | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/debug.ts b/lib/debug.ts index f780624..f8c2b16 100644 --- a/lib/debug.ts +++ b/lib/debug.ts @@ -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); } diff --git a/package.json b/package.json index 9afec1c..4742df5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sapphirecode/auth-server-helper", - "version": "2.2.2", + "version": "2.2.3", "main": "dist/index.js", "author": { "name": "Timo Hocker",