rm comments

This commit is contained in:
Matias Alejo Garcia 2016-06-11 22:52:23 -03:00
commit e28a4fb2ad
No known key found for this signature in database
GPG key ID: 02470DB551277AB3
4 changed files with 2 additions and 179 deletions

View file

@ -628,18 +628,5 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
$state.transitionTo('copayers');
}
}
// event.preventDefault();
// $state.transitionTo(toState);
// if (!animationService.transitionAnimated(fromState, toState)) {
//
// console.log('[routes.js.649] ANIMATION!'); //TODO
// event.preventDefault();
// // Time for the backpane to render
// return setTimeout(function() {
//
// console.log('[routes.js.654] TRANSITION'); //TODO
// $state.transitionTo(toState);
// }, 50);
// }
});
});