diff --git a/public/src/templates.js b/public/src/templates.js index c2b75a4779..f35f62140e 100644 --- a/public/src/templates.js +++ b/public/src/templates.js @@ -168,8 +168,6 @@ function load_template(callback, url, template) { url = (url === '' || url === '/') ? 'home' : url; jQuery.get(API_URL + url, function(data) { - - console.log(data); if(!data) { window.location.href = '/403'; return;