Remove log line

This commit is contained in:
Ben Ogle
2013-09-10 18:21:59 -07:00
parent 91ce1a573d
commit c1af8a86d3

View File

@@ -180,7 +180,6 @@ window.removeStylesheet = (stylesheetPath) ->
window.applyStylesheet = (id, text, ttype = 'bundled') ->
styleElement = window.stylesheetElementForId(id)
if styleElement.length
console.log 'replacing style in', styleElement
styleElement.text(text)
else
if $("head style.#{ttype}").length