remove debug

This commit is contained in:
2023-04-26 18:52:39 +10:00
parent b7e964174a
commit 45880ed7a8

View File

@@ -232,7 +232,6 @@ const handleSubmit = async () => {
router.push({ name: "dashboard-media-list" });
} catch (error) {
console.log(error);
useToastStore().addToast({
title: "Server error",
content: "An error occurred saving the media.",