aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-05-18 21:32:18 +0200
committerMario Vavti <mario@mariovavti.com>2018-05-18 21:32:18 +0200
commit056f3d352cb8855c0845bebc459973ddcb4c0b2f (patch)
tree7162370ab6a63e757f9dcc1abddba11c2af16229 /view
parent620e8f2f0b23dc1b77744b3da6dbcd1f9bd07399 (diff)
downloadvolse-hubzilla-056f3d352cb8855c0845bebc459973ddcb4c0b2f.tar.gz
volse-hubzilla-056f3d352cb8855c0845bebc459973ddcb4c0b2f.tar.bz2
volse-hubzilla-056f3d352cb8855c0845bebc459973ddcb4c0b2f.zip
remove debug code
Diffstat (limited to 'view')
-rw-r--r--view/js/mod_new_channel.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/view/js/mod_new_channel.js b/view/js/mod_new_channel.js
index 889911d49..c01029046 100644
--- a/view/js/mod_new_channel.js
+++ b/view/js/mod_new_channel.js
@@ -33,10 +33,6 @@
if(! $("#id_nickname").hasClass('is-validated')) {
event.preventDefault();
}
- else {
- event.preventDefault();
- console.log('channel created');
- }
});
});