Skip to content

Commit 2a60ac9

Browse files
authored
Update components/drift/actions/create-contact/create-contact.mjs
1 parent e08c621 commit 2a60ac9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

components/drift/actions/create-contact/create-contact.mjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ export default {
7474
},
7575
});
7676

77-
console.log(response.data.id);
78-
7977
$.export("$summary", `Contact "${email}" has been created successfully.`);
8078
return response;
8179
},

0 commit comments

Comments
 (0)