Skip to content

Commit 464014a

Browse files
committed
Remove unnecessary console.log
1 parent 5667865 commit 464014a

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

dist/index.js

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/grader/Grader.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,13 +304,11 @@ class Grader {
304304
console.log(
305305
'Building project with student submission and running instructor tests'
306306
)
307-
console.log('Really seems to be in a try/catch')
308307
await this.builder.buildClean({
309308
timeoutSeconds:
310309
this.config.build.timeouts_seconds?.build || DEFAULT_TIMEOUTS.build
311310
})
312311
} catch (err) {
313-
console.log('CIDebug: Build failed')
314312
const msg = err instanceof Error ? err.message : 'Unknown error'
315313
this.logger.log(
316314
'visible',

0 commit comments

Comments
 (0)