Skip to content

Commit

Permalink
removing console, comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanzuber-scale3 committed Jun 12, 2024
1 parent e718506 commit b659138
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions components/project/traces/traces.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ export default function Traces({ email }: { email: string }) {
}
});

console.log("filters", filters);

const fetchTraces = useQuery({
queryKey: ["fetch-traces-query"],
queryFn: async () => {
Expand Down Expand Up @@ -185,13 +183,6 @@ export default function Traces({ email }: { email: string }) {
<label className="text-xs font-semibold px-2">Filters</label>
</div>
</div>
{/* <div>
<UserCombobox
setSelectedUser={setUserId}
applyFilters={handleApplyFilters}
filters={filters}
/>
</div> */}
<div className="flex gap-2 items-center">
<Label>Local time</Label>
<Switch
Expand Down

0 comments on commit b659138

Please sign in to comment.