mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Get rid of the noise, get rid of the funk.
This commit is contained in:
@@ -18,10 +18,6 @@ windowAdditions =
|
||||
|
||||
startup: () ->
|
||||
@path = atomController.path ? @recentPath()
|
||||
console.log localStorage.hi
|
||||
localStorage.hi = "12345"
|
||||
console.log localStorage
|
||||
@showConsole()
|
||||
|
||||
KeyBinder.register "window", window
|
||||
|
||||
@@ -57,7 +53,6 @@ windowAdditions =
|
||||
localStorage.lastOpenedPath ? "/tmp/atom"
|
||||
|
||||
setRecentPath: (path) ->
|
||||
console.log "New Path #{path}"
|
||||
localStorage.lastOpenedPath = path
|
||||
|
||||
handleKeyEvent: ->
|
||||
|
||||
Reference in New Issue
Block a user