Remove unneeded attachToDom() call

This commit is contained in:
Kevin Sawicki
2013-01-11 08:30:22 -08:00
parent 30fc2536e0
commit 07fd29ccc4

View File

@@ -9,7 +9,6 @@ describe "CommandLogger", ->
atom.loadPackage 'command-logger'
editor = rootView.getActiveEditor()
commandLogger = CommandLogger.instance
rootView.attachToDom()
afterEach ->
rootView.deactivate()