Skip to content

Commit 1109132

Browse files
committed
Remove error log
1 parent f316590 commit 1109132

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/log-stream.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ class LogStream extends Readable {
7575
.catch((err) => {
7676
// Dismiss log stream not found. Log stream won't exist
7777
// until container starts logging
78-
console.log("ERROR:", err)
7978
if (err && 'ResourceNotFoundException' === err.name) return next();
8079
// Dismiss log stream throttling error. These API calls have a hard limit,
8180
// and they don't qualify for a limit increase

0 commit comments

Comments
 (0)