chore(web): remove console debugs

This commit is contained in:
Zack Spear
2023-08-29 15:24:10 -07:00
parent 5494026e29
commit 6539c58c7f
16 changed files with 11 additions and 103 deletions

View File

@@ -156,7 +156,6 @@ function registerServer(button) {
"api_extraOrigins": validateExtraOrigins(),
};
// console.debug(JSON.stringify(postobj,null,2))
$(button).prop("disabled", true).html("_(Applying)_ <i class=\"fa fa-spinner fa-spin\" aria-hidden=\"true\"></i>");
$.post('/webGui/include/Dispatcher.php', postobj, function(data2) {
<?if(!$isRegistered):?>