remove debug

This commit is contained in:
2023-05-02 20:51:05 +10:00
parent 976b6fbb78
commit 6a16d545ec
2 changed files with 0 additions and 3 deletions

View File

@@ -35,7 +35,6 @@ const gallery = ref(null);
const showModalImage = ref(null);
const showModal = (index) => {
console.log(index);
showModalImage.value = index;
document.addEventListener("keydown", handleKeyDown);
};

View File

@@ -315,7 +315,6 @@ const handleChangeUpload = async () => {
if (result.data) {
const data = result.data as MediaResponse;
console.log(data.medium.status);
if (
data.medium.status != "" &&
data.medium.status.startsWith("Failed") == false
@@ -340,7 +339,6 @@ const handleChangeUpload = async () => {
if (updateResult.data) {
const updateData =
updateResult.data as MediaResponse;
console.log(updateData.medium.status);
if (
updateData.medium.status == "" &&
data.medium.status.startsWith(