remove debug code

This commit is contained in:
Mario Vavti 2018-05-18 21:32:18 +02:00
parent 620e8f2f0b
commit 056f3d352c

View File

@ -33,10 +33,6 @@
if(! $("#id_nickname").hasClass('is-validated')) {
event.preventDefault();
}
else {
event.preventDefault();
console.log('channel created');
}
});
});