Merge pull request #49 from matiu/feature/disable-logs

Feature/disable logs
This commit is contained in:
Ryan X. Charles 2014-04-15 14:49:55 -03:00
commit b048571900
6 changed files with 67 additions and 40 deletions

View file

@ -41,7 +41,6 @@ angular.module('copay.header').controller('HeaderController',
$scope.signout = function() {
Network.disconnect(function() {
console.log('[header.js.41] disconnect CB'); //TODO
$location.path('signin');
$rootScope.$digest();
});