Remove console.log
This commit is contained in:
parent
f0ea65b114
commit
3e031981bc
|
@ -4,7 +4,6 @@ Ember.Router.reopen
|
||||||
location: (if testMode? then Ember.HashLocation.create() else Travis.Location.create())
|
location: (if testMode? then Ember.HashLocation.create() else Travis.Location.create())
|
||||||
|
|
||||||
handleURL: (url) ->
|
handleURL: (url) ->
|
||||||
console.log 'our handle url', url
|
|
||||||
url = url.replace(/#.*?$/, '')
|
url = url.replace(/#.*?$/, '')
|
||||||
@_super(url)
|
@_super(url)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user