Skip to content

Commit 013fb3a

Browse files
committed
Removing console log
1 parent 0e71af9 commit 013fb3a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/the_magic_drip/the_magic_drip.app.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ export default {
1010
description: "Select a campaign",
1111
async options() {
1212
const { campaigns } = await this.listCampaigns();
13-
console.log(campaigns);
1413
return campaigns?.map((campaign) => ({
1514
label: campaign.name,
1615
value: campaign.workflowId,

0 commit comments

Comments
 (0)