remove debug console.log

pull/5199/head
Conduitry 5 years ago
parent 0e4415879a
commit 830c9e48d9

@ -43,7 +43,6 @@ export default {
const event = new window.Event('change');
inputs[1].checked = true;
console.log('@@', event, inputs[1]);
await inputs[1].dispatchEvent(event);
assert.equal(component.numCompleted, 2);

Loading…
Cancel
Save