Skip to content

Commit 0670cff

Browse files
committed
chore: Remove debug logs
1 parent 5bbbcf0 commit 0670cff

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

typescript-packages/client/src/hooks/error-boundary-hook.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ class ErrorBoundaryHook extends Logger {
6767
return;
6868
}
6969

70-
console.debug('Patching ErrorBoundary', ErrorBoundary);
71-
7270
this.errorBoundaryPatch = replacePatch(ErrorBoundary.prototype, 'render', function (this: any) {
7371
if (this.state._millenniumForceRerender) {
7472
console.debug('Forcing rerender');

0 commit comments

Comments
 (0)