Get rid of the noise, get rid of the funk.

This commit is contained in:
Corey Johnson
2011-10-28 17:19:51 -07:00
parent a16d47cbf7
commit 0066ce5a01
2 changed files with 0 additions and 7 deletions

View File

@@ -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: ->