Skip to content

Commit

Permalink
added test user to remove list
Browse files Browse the repository at this point in the history
  • Loading branch information
0xzun committed Nov 14, 2016
1 parent b7f56cd commit f874827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/js/goals.js
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ angular.module('emission.main.goals',['emission.services', 'emission.plugin.logg
console.log("Sucessfully got all the users");
var allUsers = response.data;
var ignoreList = ['Superb Girl','Test-em-mri','Test_em-mr','Test_berkeley',
'Abcdef','admin','Ucb.sdb.android.3','Ucb.sdb.android.1','Test'];
'Abcdef','admin','Ucb.sdb.android.3','Ucb.sdb.android.1','Test', 'Test100'];
users = allUsers.filter(function(obj) {
return ignoreList.indexOf(obj.profile.name) === -1;
});
Expand Down

0 comments on commit f874827

Please sign in to comment.