mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 12:36:02 +01:00
removed console.log
This commit is contained in:
@@ -20,7 +20,7 @@ SocketCategories.loadMore = function(socket, data, callback) {
|
||||
|
||||
var start = parseInt(data.after, 10),
|
||||
end = start + topicsPerPage - 1;
|
||||
console.log(start, end);
|
||||
|
||||
categories.getCategoryTopics(data.cid, start, end, socket.uid, callback);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user