This commit is contained in:
Matias Alejo Garcia 2016-09-01 16:58:05 -03:00
commit dd98e5375a
No known key found for this signature in database
GPG key ID: 02470DB551277AB3

View file

@ -58,7 +58,6 @@ angular.module('copayApp.controllers').controller('tabHomeController',
profileService.getNotifications({
limit: 3
}, function(err, n) {
console.log('[tab-home.js.57]', n); //TODO
if (err) {
console.log('[tab-home.js.35:err:]', $log.error(err)); //TODO
return;