Removed unnecissary log call
This commit is contained in:
parent
7624e1928a
commit
15f73af2ef
|
|
@ -63,7 +63,6 @@ class canopyAdminUtils{
|
||||||
this.popup.closePopup();
|
this.popup.closePopup();
|
||||||
|
|
||||||
//Submit the user ban based on input
|
//Submit the user ban based on input
|
||||||
console.log(this.ipBan.checked)
|
|
||||||
const data = await adminUtil.banUser(this.target, this.permBan.checked, this.ipBan.checked, this.expiration.value);
|
const data = await adminUtil.banUser(this.target, this.permBan.checked, this.ipBan.checked, this.expiration.value);
|
||||||
|
|
||||||
//For some reason comparing this against undefined or null wasnt working in and of itself...
|
//For some reason comparing this against undefined or null wasnt working in and of itself...
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue