mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Remove log line
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user