From c1af8a86d342ac6a165853eeb92aae70246cd995 Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Tue, 10 Sep 2013 18:21:59 -0700 Subject: [PATCH] Remove log line --- src/window.coffee | 1 - 1 file changed, 1 deletion(-) diff --git a/src/window.coffee b/src/window.coffee index 7a2201f0d..8ae1014cb 100644 --- a/src/window.coffee +++ b/src/window.coffee @@ -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