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); } }