Skip to content

Commit abafcb6

Browse files
committed
style: drop erroneous console.log
1 parent 98ed87f commit abafcb6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ describe('markdown-toolbar-element', function() {
165165
pushKeyOnFocussedButton('ArrowRight')
166166
pushKeyOnFocussedButton('ArrowRight')
167167
assert.equal(getElementsWithTabindex(-1).length, 14)
168-
console.log(getElementsWithTabindex(0))
169168
assert.deepEqual(getElementsWithTabindex(0), [document.querySelector('div[data-md-button]')])
170169
assert.deepEqual(getElementsWithTabindex(0), [document.activeElement])
171170
})

0 commit comments

Comments
 (0)