Skip to content

Commit 1effaa6

Browse files
authored
chore: Remove console log in debug (#4709)
1 parent 94fbcbd commit 1effaa6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

debug/src/debug.js

-1
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,6 @@ export function initDebug() {
378378
domParentName !== 'td' &&
379379
isTableElement(domParentName)
380380
) {
381-
console.log(domParentName, parent._dom);
382381
console.error(
383382
'Improper nesting of table. Your <table> should not have a table-node parent.' +
384383
serializeVNode(vnode) +

0 commit comments

Comments
 (0)