mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-05 14:20:13 +01:00
console.log
This commit is contained in:
@@ -142,7 +142,6 @@ var user = require('./../user.js'),
|
||||
for (var route in routes) {
|
||||
if (routes.hasOwnProperty(route)) {
|
||||
(function(route) {
|
||||
console.log(routes[route]);
|
||||
app[routes[route].method || 'get']('/admin' + routes[route].route, function(req, res) {
|
||||
routes[route].options(req, res, function(options) {
|
||||
Admin.build_header(res, function (err, header) {
|
||||
|
||||
Reference in New Issue
Block a user