Skip to content

Commit c0f8ae0

Browse files
committed
removed logger.error in permissible
1 parent 6afa178 commit c0f8ae0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/core/src/Providers/AWSCloudWatchProvider.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -505,9 +505,6 @@ class AWSCloudWatchProvider implements LoggingProvider {
505505
this._lastAttemptTime = now;
506506

507507
if (!this._getDocUploadPermissibility()) {
508-
logger.error(
509-
'Upload is not permissible, please double check your permission'
510-
);
511508
return; // Skip this iteration if upload is not permissible
512509
}
513510
try {

0 commit comments

Comments
 (0)