mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-14 17:56:16 +01:00
removed console.log
This commit is contained in:
@@ -144,7 +144,6 @@ define(['forum/recent'], function(recent) {
|
||||
|
||||
function onCategoriesLoaded(err, data) {
|
||||
createCategoryLinks(data.categories);
|
||||
console.log(data);
|
||||
}
|
||||
|
||||
function createCategoryLinks(categories) {
|
||||
|
||||
Reference in New Issue
Block a user