diff --git a/debug/src/debug.js b/debug/src/debug.js index 23d913646a..8da063130f 100644 --- a/debug/src/debug.js +++ b/debug/src/debug.js @@ -378,7 +378,6 @@ export function initDebug() { domParentName !== 'td' && isTableElement(domParentName) ) { - console.log(domParentName, parent._dom); console.error( 'Improper nesting of table. Your should not have a table-node parent.' + serializeVNode(vnode) +