💩 remove print statements

This commit is contained in:
Nathan Sobo
2012-12-31 17:49:39 -06:00
parent 7af5067152
commit 4f50133fd8

View File

@@ -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()