Remove console.log
This commit is contained in:
parent
6d0cf9d5e6
commit
d4214406e6
1
assets/scripts/vendor/ember.js
vendored
1
assets/scripts/vendor/ember.js
vendored
|
@ -18196,7 +18196,6 @@ Ember._RouteMatcher = Ember.Object.extend({
|
|||
},
|
||||
|
||||
match: function(path) {
|
||||
console.log(path, this.regex);
|
||||
var match = path.match(this.regex);
|
||||
|
||||
if (match) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user