fix: remove debug line

This commit is contained in:
Seth Bertalotto 2020-05-16 06:56:23 -07:00 committed by GitHub
parent b56a501d93
commit 8426c80b11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,6 @@
}
function toggleAll(e) {
console.log('toggle', e.target);
var active = 'active';
e.preventDefault();