diff --git a/src/app/atom.coffee b/src/app/atom.coffee index 81b5410e7..62122f308 100644 --- a/src/app/atom.coffee +++ b/src/app/atom.coffee @@ -119,9 +119,6 @@ _.extend atom, getAvailableThemePaths: -> themePaths = [] for themeDirPath in config.themeDirPaths - - console.log fsUtils.list(themeDirPath) - themePaths.push(fsUtils.list(themeDirPath, ['', '.tmTheme', '.css', 'less'])...) _.uniq(themePaths)