Skip to content

Commit

Permalink
Remove console.errors
Browse files Browse the repository at this point in the history
Signed-off-by: Gavin Reynolds <[email protected]>
  • Loading branch information
gsreynolds committed Jul 19, 2024
1 parent 3f71eab commit d10b56b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion cypress/support/util/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,6 @@ export const manageCustomColumnDefinitions = (customColumnDefinitions, type = 'a
const {
header, accessorPath, expression,
} = customColumnDefinition;
console.error(header, accessorPath, expression);
cy.get('#column-type-select').select(type);
cy.get('input[placeholder="Header"]').clear().type(header);
cy.get('input[placeholder="JSON Path"]').clear().type(accessorPath);
Expand Down
1 change: 0 additions & 1 deletion src/redux/settings/sagas.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ export function* setComputedColumns() {
}

export function* setComputedColumnsImpl(action) {
console.error('setComputedColumnsImpl', action);
const {
computedFields,
} = action;
Expand Down

0 comments on commit d10b56b

Please sign in to comment.