mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-07 15:51:46 +02:00
extra console.log
This commit is contained in:
@@ -226,7 +226,6 @@ var express = require('express'),
|
||||
(function(id, path) {
|
||||
fs.exists(path, function(exists) {
|
||||
if (exists) {
|
||||
console.log('routing', id, path);
|
||||
app.get('/css/previews/' + id, function(req, res) {
|
||||
res.sendfile(path);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user