Skip to content

Commit

Permalink
chore: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadshaheer committed Feb 6, 2025
1 parent 5bb3563 commit fd765f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/pages/TracesExplorer/Filter/filterUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,6 @@ const hasNonNullValues = (obj: any): boolean => {
return true;
}
if (obj && typeof obj === 'object') {
console.log(obj);
return Object.values(obj).some((value) =>
value === null ? false : hasNonNullValues(value),
);
Expand Down

0 comments on commit fd765f8

Please sign in to comment.