Skip to content

Commit 5e081b1

Browse files
committed
Remove log
1 parent d428a2c commit 5e081b1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/EditorHeader/ControlPanel.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,6 @@ export default function ControlPanel({
711711
return;
712712
}
713713
const v = new Validator();
714-
console.log(obj);
715714
if (v.validate(obj, tableSchema).valid) {
716715
addTable({
717716
table: {

0 commit comments

Comments
 (0)