Skip to content

Commit

Permalink
Merge pull request #443 from probro27/442-remove-debug-statement
Browse files Browse the repository at this point in the history
console trace statement removed
  • Loading branch information
probro27 authored Feb 8, 2023
2 parents 7763b79 + 0cafb5d commit 978af23
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 978af23

Please sign in to comment.