extra console.log

This commit is contained in:
Julian Lam
2013-11-01 11:36:35 -04:00
parent 857756f636
commit 7074b75b9d

View File

@@ -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);
});