mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
-console.log
This commit is contained in:
committed by
Corey Johnson
parent
0e2ada4a91
commit
b33494eada
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user