Remove deprecation log message

This commit is contained in:
probablycorey
2013-10-10 10:34:17 -07:00
parent 7c6f9b1a81
commit 22411b3c87

View File

@@ -195,7 +195,6 @@ class RootView extends View
# Private: DEPRECATED Synchronously Opens a given a filepath in Atom.
open: (filePath, options = {}) ->
console.warn("RootView::open is deprecated")
changeFocus = options.changeFocus ? true
initialLine = options.initialLine
filePath = project.relativize(filePath)