remove debug

This commit is contained in:
2023-06-05 19:09:51 +10:00
parent 39140611ca
commit b2f791fc5f

View File

@@ -395,7 +395,6 @@ const handleClickInsert = async () => {
"An unexpected response was received from the server";
}
} catch (error) {
console.log(error);
if (error.status === 413) {
uploadForm._message =
"The selected file is larger than the maximum size limit";