Skip to content

Commit dd18545

Browse files
authored
Remove debugging
1 parent a094d37 commit dd18545

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

frontend/src/pages/org/browser-profiles-detail.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -719,8 +719,6 @@ export class BrowserProfilesDetail extends BtrixElement {
719719

720720
this.browserId = undefined;
721721
} catch (e) {
722-
console.debug(e);
723-
724722
this.notify.toast({
725723
message: msg("Sorry, couldn't save browser profile at this time."),
726724
variant: "danger",

frontend/src/pages/org/browser-profiles-new.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,8 +355,6 @@ export class BrowserProfilesNew extends BtrixElement {
355355
`${this.navigate.orgBasePath}/browser-profiles/profile/${data.id}`,
356356
);
357357
} catch (e) {
358-
console.debug(e);
359-
360358
this.isSubmitting = false;
361359

362360
let message = msg("Sorry, couldn't create browser profile at this time.");

0 commit comments

Comments
 (0)