mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Remove deprecation log message
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user