Skip to content

Commit

Permalink
Removed consolelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
developerkunal committed Aug 1, 2024
1 parent dcc455f commit 7ba84b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @auth0/project-dx-sdks-engineer-codeowner
* @auth0/dx-customer-dev-tools-engineer
3 changes: 0 additions & 3 deletions src/tools/auth0/handlers/prompts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,6 @@ export default class PromptsHandler extends DefaultHandler {

const { partials, customText, ...promptSettings } = prompts;

console.log(partials);
if (!isEmpty(promptSettings)) {
await this.client.prompts.updateSettings({}, promptSettings);
}
Expand Down Expand Up @@ -489,9 +488,7 @@ export default class PromptsHandler extends DefaultHandler {
/*
Note: deletes are not currently supported
*/
console.log(partials);
if (!partials) return;
console.log(partials);
await this.client.pool
.addEachTask({
data: Object.keys(partials).map((prompt: CustomPartialsPromptTypes) => {
Expand Down

0 comments on commit 7ba84b4

Please sign in to comment.