Skip to content
Snippets Groups Projects
Commit 8e1eec9b authored by lfr20's avatar lfr20
Browse files

Removed unecessary consoles

parent a9f03ecd
Branches
No related tags found
1 merge request!46Gamefication admin
...@@ -246,8 +246,7 @@ const EmailInputs = (props) => { ...@@ -246,8 +246,7 @@ const EmailInputs = (props) => {
if (role.isChecked) if (role.isChecked)
rolesArr.push(role.value) rolesArr.push(role.value)
} }
console.log(rolesArr)
console.log(sendToAll)
const api = `/email`; const api = `/email`;
const body = { const body = {
"email": { "email": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment