Skip to content

Commit

Permalink
removing unused logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ritikramuka committed Nov 6, 2023
1 parent d707fde commit b5884c4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/web/client/common/errorHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ export const ERRORS = {
LANGUAGE_CODE_ID_VALUE_NULL: "Language code ID is empty",
LANGUAGE_CODE_EMPTY: "Language code is empty",
BULKHEAD_LIMITS_EXCEEDED: "Bulkhead queue limits exceeded",
CONTENT_EMPTY: "Content is empty",
ROOT_WEB_PAGE_ID_EMPTY: "Root web page ID is empty",
};

export function showErrorDialog(errorString: string, detailMessage?: string) {
Expand Down
1 change: 0 additions & 1 deletion src/web/client/schema/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ export enum schemaEntityKey {
MAPPING_ENTITY_FETCH_QUERY = "_mappingEntityFetchQuery",
EXPORT_TYPE = "_exporttype",
ATTRIBUTES = "_attributes",
CONTENT = "_content",
ROOT_WEB_PAGE_ID = "_rootwebpageid",
}

Expand Down

0 comments on commit b5884c4

Please sign in to comment.