Skip to content

Commit

Permalink
feat: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
monteri committed Sep 7, 2023
1 parent c3ca114 commit c73c078
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/install-theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ function installTheme(theme) {
*/
async function themeCommand() {
// Check if the user passed a theme parameter as a command-line argument
console.log('process.argv', process.argv);
if (process.argv.length === 4) {
const providedTheme = process.argv[3];
installTheme(providedTheme);
Expand Down

0 comments on commit c73c078

Please sign in to comment.