We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c252ce commit 6cfbfedCopy full SHA for 6cfbfed
ui/ui-app/src/app/pages/PageErrorHandler.tsx
@@ -39,8 +39,6 @@ export const PageErrorHandler: FunctionComponent<PageErrorHandlerProps> = (props
39
return props.error && props.error.error.status && (props.error.error.status == 419);
40
};
41
42
- console.debug("Showing page error: ", props.error);
43
-
44
if (isError()) {
45
if (is403Error()) {
46
return (
0 commit comments