Skip to content
Snippets Groups Projects
Commit b08dd0cb authored by rdoerge's avatar rdoerge Committed by Hermann
Browse files

Removed console.log on line 149.

parent 85937ab8
No related branches found
No related tags found
No related merge requests found
......@@ -146,7 +146,6 @@ export default class viewEvent extends ItemView {
where.accepted = true;
}
this.signupCtrl.getFullList().then((list) => {
console.log(list);
this.emaillist = (list.map(item => item.email));
m.redraw();
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment