Skip to content

Commit 6cfbfed

Browse files
committed
Removed a debug msg from the UI console
1 parent 5c252ce commit 6cfbfed

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ui/ui-app/src/app/pages/PageErrorHandler.tsx

-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ export const PageErrorHandler: FunctionComponent<PageErrorHandlerProps> = (props
3939
return props.error && props.error.error.status && (props.error.error.status == 419);
4040
};
4141

42-
console.debug("Showing page error: ", props.error);
43-
4442
if (isError()) {
4543
if (is403Error()) {
4644
return (

0 commit comments

Comments
 (0)