Skip to content

Commit de92696

Browse files
committed
Remove test console.log
1 parent 925dc21 commit de92696

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

web/src/App.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import { fileListToTree, validate } from "../dist/validator/main.js"
66
import type { ValidationResult } from "../../src/types/validation-result.ts"
77
import { Collapse } from "./Collapse.tsx"
88
import { Summary } from "./Summary.tsx"
9-
console.log(confetti)
109

1110
function Files({ issues }) {
1211
const unique = new Map(issues.map(({ location, issueMessage }) => {

0 commit comments

Comments
 (0)