diff --git a/www/js/adminPanel.js b/www/js/adminPanel.js index e707296..298f767 100644 --- a/www/js/adminPanel.js +++ b/www/js/adminPanel.js @@ -63,7 +63,6 @@ class canopyAdminUtils{ this.popup.closePopup(); //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); //For some reason comparing this against undefined or null wasnt working in and of itself...