This commit is contained in:
Matias Alejo Garcia 2016-09-01 16:58:05 -03:00
parent f5127d157c
commit dd98e5375a
No known key found for this signature in database
GPG Key ID: 02470DB551277AB3
1 changed files with 0 additions and 1 deletions

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;