Skip to content

Commit 4977568

Browse files
committed
#41 removed debug logging
1 parent b430986 commit 4977568

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/vue-testing-library.js

-2
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,6 @@ function cleanup() {
8181
}
8282

8383
function cleanupAtWrapper(wrapper) {
84-
console.dir(wrapper)
85-
8684
if (
8785
wrapper.element.parentNode &&
8886
wrapper.element.parentNode.parentNode === document.body

0 commit comments

Comments
 (0)