Skip to content

Commit

Permalink
fix: remove debug logging used during development
Browse files Browse the repository at this point in the history
  • Loading branch information
jamacku committed Aug 15, 2024
1 parent cebca5e commit a126c61
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ export function isDefaultValuesDisabled(): boolean {
export function getDefaultValue(
envName: 'ASSIGNEE' | 'COMPONENT' | 'DEVELOPER'
) {
console.log(`isDisabled: ${isDefaultValuesDisabled()}`);
if (isDefaultValuesDisabled()) {
return undefined;
}
Expand Down

0 comments on commit a126c61

Please sign in to comment.