Skip to content

Commit

Permalink
HARMONY-1978: Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
vinnyinverso committed Jan 24, 2025
1 parent e1c6193 commit 4bb5261
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions services/harmony/app/frontends/workflow-ui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ function parseQuery( /* eslint-disable @typescript-eslint/no-explicit-any */
isAdminAccess = false,
maxFilters = 30,
): { tableQuery: TableQuery, originalValues: string } {
console.log(requestQuery);
const tableQuery: TableQuery = {
sortGranules: undefined,
// tag input
Expand Down Expand Up @@ -146,7 +145,6 @@ function parseQuery( /* eslint-disable @typescript-eslint/no-explicit-any */
if (requestQuery.fromdatetime || requestQuery.todatetime) {
tableQuery.dateKind = requestQuery.datekind || 'createdAt';
}
console.log(tableQuery);
return { tableQuery, originalValues };
}

Expand Down

0 comments on commit 4bb5261

Please sign in to comment.