mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-15 10:16:12 +01:00
console.log
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user