Skip to content

Commit

Permalink
fix: remove return messages
Browse files Browse the repository at this point in the history
  • Loading branch information
crherman7 committed Aug 6, 2024
1 parent d7a6499 commit 4758be3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions packages/cli/src/actions/plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,4 @@ export default defineAction(async () => {
logger.log(`executed ${name} android plugin`);
}
}

return;
});
3 changes: 0 additions & 3 deletions packages/cli/src/actions/template.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,4 @@ export default defineAction(async () => {
);
});
}

// Return success message after adding native templates to the project
return 'added native template(s) to project';
});
2 changes: 0 additions & 2 deletions packages/cli/src/actions/transformers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,5 @@ export default defineAction(async () => {
});

logger.log('transformed ios project based upon build configuration');

return;
}
});

0 comments on commit 4758be3

Please sign in to comment.