Removed debug alert message

This commit is contained in:
Mauro Mugnaini 2021-02-05 20:10:26 +01:00
parent aa07c719d3
commit 27cdf6b809
1 changed files with 0 additions and 2 deletions

View File

@ -146,8 +146,6 @@
xhr.onreadystatechange = function() {
if (xhr.readyState == 4 && xhr.status == 200) {
location.reload();
} else {
alert('An error occurred uploading avatar image')
}
};
xhr.open(form.method, form.action, true);