From 14b16cb527f1eb71598a2b57e77a860dc1140396 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Tue, 21 Apr 2015 16:21:51 -0400 Subject: [PATCH] log --- install/web.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/install/web.js b/install/web.js index 39fd3420ce..351f512868 100644 --- a/install/web.js +++ b/install/web.js @@ -47,8 +47,6 @@ function compileLess(callback) { return winston.error('Unable to compile LESS: ', err); } - console.log(css); - fs.writeFile(path.join(__dirname, '../public/stylesheet.css'), css.css, callback); }); });