Remove console.log

This commit is contained in:
Piotr Sarnacki 2012-11-16 17:46:15 +01:00
parent 6d0cf9d5e6
commit d4214406e6

View File

@ -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) {