-console.log

This commit is contained in:
Justin Palmer
2013-03-04 11:14:10 -08:00
committed by Corey Johnson
parent 0e2ada4a91
commit b33494eada

View File

@@ -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'