Skip to content

Commit

Permalink
console trace statement removed
Browse files Browse the repository at this point in the history
  • Loading branch information
probro27 committed Feb 7, 2023
1 parent 7763b79 commit 0cafb5d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/commands/profile/profile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ export class ProfileCommand extends SubCommandPluginCommand {
const customization = <keyof typeof configMaps>await args.pick('string').catch(() => false);
// if no customization is supplied, or its not one of the customizations we provide, return
if (typeof customization === 'boolean' || !validCustomizations.includes(customization)) {
console.trace('error was thrown here');
throw new CodeyUserError(
message,
`Please enter a customization. Must be one of**${validCustomizationsDisplay}**`,
Expand Down

0 comments on commit 0cafb5d

Please sign in to comment.