Skip to content

Commit 7a2653d

Browse files
committed
rm useless function
1 parent 2ce565f commit 7a2653d

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

app/utils/file_import_workflow.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@ async function importWorkflow(files) {
2727
return results
2828
}
2929

30-
function buildImportItemFromPayloadApi(value) {
31-
console.log("buildImportItemFromPayloadApi", { value })
32-
return value
33-
}
34-
3530
async function importItem(item) {
3631
const dataStore = useDataStore()
3732
const dataStyleStore = useDataStyleStore()

0 commit comments

Comments
 (0)