Revert "Add toggle for email notifications"

This commit is contained in:
Jason Dreyzehner 2016-10-28 12:07:59 -04:00 committed by GitHub
commit 9fb1302661
6 changed files with 49 additions and 100 deletions

View file

@ -85,10 +85,6 @@ angular.module('copayApp.services').factory('configService', function(storageSer
windows: {},
}
},
emailNotifications: {
enabled: true,
},
};
var configCache = null;