Skip to content

Commit cdb7e25

Browse files
cleanup
1 parent f1c72c7 commit cdb7e25

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

composables/upload_file.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
import { useAppConfig } from "nuxt/app"
2-
31
export async function upload_file(
42
{ route, file },
53
{ request_error_function, response_function, response_error_function } = {},
64
) {
7-
console.log("upload_file", route, file)
85
const feedback_store = use_feedback_store()
96
const geode_store = use_geode_store()
107
if (!(file instanceof File)) {

0 commit comments

Comments
 (0)