From 61ccead0538b255bf353c725c633f5dec13651ca Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sun, 11 Nov 2018 20:47:48 +0100 Subject: [PATCH] fix(core): update --- ts/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/index.ts b/ts/index.ts index 1b96cfc..f666cff 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -24,6 +24,6 @@ export class SmartlogDestinationReceiver implements ILogDestination { logPackage: logPackageArg } }); - console.log(response.body); + // console.log(response.body); } }