This commit is contained in:
Nathan Sobo
2013-04-11 15:41:37 -06:00
committed by Corey Johnson & Kevin Sawicki
parent c90579956f
commit e8a66ded01

View File

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