Removed unnecissary log call

This commit is contained in:
rainbow napkin 2025-01-01 23:02:52 -05:00
parent 7624e1928a
commit 15f73af2ef

View file

@ -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...