Remove missed JS "debugger;"

This commit is contained in:
Iam54r1n4
2025-02-04 01:22:15 +00:00
parent 5e1de6d5ea
commit af6d01f446

View File

@ -230,7 +230,6 @@
contentType: "application/json",
data: JSON.stringify(jsonData),
success: function (response) {
debugger;
if (response.detail) {
Swal.fire({
title: "Success!",
@ -241,7 +240,6 @@
location.reload();
});
} else {
debugger;
Swal.fire({
title: "Error!",
text: response.error || "Failed to add user",