Skip to content

Commit 8a510b1

Browse files
committed
cleanup logs.
1 parent 62873e0 commit 8a510b1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/test/integration/compute.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -972,7 +972,6 @@ describe('Compute', () => {
972972
const response = await handler.handle(command)
973973
assert(response.status.httpStatus === 500, 'Failed to get 500 response')
974974
assert(response.stream === null, 'Should not get stream')
975-
console.log(`response.status.error: ${response.status.error}`)
976975
assert(
977976
response.status.error.includes(
978977
freeComputeStartPayload.algorithm.meta.container.image

0 commit comments

Comments
 (0)