From b33494eada55452ed4fac4daf5d0198f1cbed737 Mon Sep 17 00:00:00 2001 From: Justin Palmer Date: Mon, 4 Mar 2013 11:14:10 -0800 Subject: [PATCH] -console.log --- src/app/window.coffee | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/window.coffee b/src/app/window.coffee index 3fafdd953..14bb504f0 100644 --- a/src/app/window.coffee +++ b/src/app/window.coffee @@ -115,7 +115,6 @@ window.stylesheetElementForId = (id) -> $("head style[id='#{id}']") window.requireStylesheet = (path) -> - console.log path if fullPath = require.resolve(path) content = "" if fs.extension(fullPath) == '.less'