diff --git a/dist/index.js b/dist/index.js index 9eac6a46..c2228c0b 100644 Binary files a/dist/index.js and b/dist/index.js differ diff --git a/dist/index.js.map b/dist/index.js.map index 79e0807e..a6318577 100644 Binary files a/dist/index.js.map and b/dist/index.js.map differ diff --git a/src/model/cloud-runner/remote-client/remote-client-logger.ts b/src/model/cloud-runner/remote-client/remote-client-logger.ts index 8d4e60ab..abc7212e 100644 --- a/src/model/cloud-runner/remote-client/remote-client-logger.ts +++ b/src/model/cloud-runner/remote-client/remote-client-logger.ts @@ -83,9 +83,6 @@ export class RemoteClientLogger { RemoteClientLogger.value += message; const hashedValue = md5(RemoteClientLogger.value); - CloudRunnerLogger.log( - `LOG ITERATION \n message:${message} \n target hash:${RemoteClientLogger.md5} \n hash latest value:${hashedValue} \n cache value:${RemoteClientLogger.value}`, - ); if (RemoteClientLogger.md5 === hashedValue) { CloudRunnerLogger.log(`LOG COMPLETE`);