removed comments

This commit is contained in:
Torkel Ödegaard
2014-08-13 19:26:53 +02:00
parent 5896eee693
commit 71f78cc895
2 changed files with 0 additions and 2 deletions
@@ -25,7 +25,6 @@ function (angular, _, $) {
$scope.onAppEvent('$routeUpdate', function() {
var urlState = self.getQueryStringState();
console.log("route updated!");
if (self.needsSync(urlState)) {
self.update(urlState, true);
}
-1
View File
@@ -45,7 +45,6 @@ function(angular, _, config) {
this.init = function() {
$rootScope.$on("$locationChangeStart", function(event, next) {
if (self.originalPath === $location.path()) {
console.log("skipping");
return;
}