diff --git a/lib/install-theme.js b/lib/install-theme.js index 0ff3032da6..89156cadff 100644 --- a/lib/install-theme.js +++ b/lib/install-theme.js @@ -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);