diff --git a/ts/index.ts b/ts/index.ts index f666cff..9e7a40f 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -24,6 +24,6 @@ export class SmartlogDestinationReceiver implements ILogDestination { logPackage: logPackageArg } }); - // console.log(response.body); + return response.body; } }