diff --git a/src/app/theme.coffee b/src/app/theme.coffee index 6c415759e..3c438b9b2 100644 --- a/src/app/theme.coffee +++ b/src/app/theme.coffee @@ -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()