mirror of
https://github.com/atom/atom.git
synced 2026-01-24 14:28:14 -05:00
💩 remove print statements
This commit is contained in:
@@ -19,10 +19,8 @@ class Theme
|
||||
|
||||
theme =
|
||||
if TextMateTheme.testPath(path)
|
||||
console.log "it's TM"
|
||||
new TextMateTheme(path)
|
||||
else
|
||||
console.log "it's atom"
|
||||
new AtomTheme(path)
|
||||
|
||||
theme.load()
|
||||
|
||||
Reference in New Issue
Block a user