From 6c633f85d3aba995d21757de0b5232dc47152fb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Mon, 6 Jul 2015 23:48:38 +0200 Subject: [PATCH] Removed a log --- static/js/nochan.js | 1 - 1 file changed, 1 deletion(-) diff --git a/static/js/nochan.js b/static/js/nochan.js index 8a49a0a5..b392090f 100755 --- a/static/js/nochan.js +++ b/static/js/nochan.js @@ -90,7 +90,6 @@ $(document).ready(function (){ //Materialize.toast("Try out our new feature, remote!", 8000) list_html = $("#channel-list-container").html(); - console.log(list_html); window.list_html = list_html; $("#channels").empty();