Remove the dev-mode css style, for now 🔜

This commit is contained in:
probablycorey
2013-03-05 16:08:22 -08:00
parent 1b403d2920
commit 57b0151cd2
2 changed files with 0 additions and 9 deletions

View File

@@ -34,7 +34,6 @@ class RootView extends View
title: null
initialize: ->
@addClass('dev-mode') if atom.devMode
@command 'toggle-dev-tools', => atom.toggleDevTools()
@on 'focus', (e) => @handleFocus(e)
@subscribe $(window), 'focus', (e) =>