fix store config

This commit is contained in:
Matias Alejo Garcia 2015-04-26 20:13:02 -03:00
commit e38f9a4611
5 changed files with 14 additions and 8 deletions

View file

@ -4,6 +4,5 @@ angular.module('copayApp.services')
$log.info('Starting Copay v' + window.version + ' #' + window.commitHash);
$log.info('Client: isCordova:', isCordova, 'isChromeApp:', isChromeApp);
$log.info('Navigator:', navigator.userAgent);
return {};
});