Skip to content

Commit ca06888

Browse files
Remove superfluous log statements
Signed-off-by: droctothorpe <mythicalsunlight@gmail.com> Co-authored-by: quinnovator <jack@jq.codes>
1 parent b7e8141 commit ca06888

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

frontend/server/workflow-helper.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,6 @@ export function createPodLogsMinioRequestConfig(
162162
}
163163
key = key + 'main.log';
164164

165-
console.log('keyFormat: ', keyFormat);
166-
console.log('key: ', key);
167-
168165
// If there are unresolved template tags in the keyFormat, throw an error
169166
// that surfaces in the frontend's console log.
170167
if (key.includes('{') || key.includes('}')) {

0 commit comments

Comments
 (0)