From 15f73af2ef5e65571d145fa27e546c46e848d61a Mon Sep 17 00:00:00 2001 From: rainbow napkin Date: Wed, 1 Jan 2025 23:02:52 -0500 Subject: [PATCH] Removed unnecissary log call --- www/js/adminPanel.js | 1 - 1 file changed, 1 deletion(-) 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...