mirror of
https://github.com/atom/atom.git
synced 2026-01-24 14:28:14 -05:00
Don't install devtron when toggling DevTools
This commit is contained in:
@@ -790,7 +790,6 @@ class AtomEnvironment extends Model
|
||||
# Returns a {Promise} that resolves when the DevTools have been opened or
|
||||
# closed.
|
||||
toggleDevTools: ->
|
||||
require("devtron").install()
|
||||
@applicationDelegate.toggleWindowDevTools()
|
||||
|
||||
# Extended: Execute code in dev tools.
|
||||
|
||||
Reference in New Issue
Block a user