Skip to content

Commit 8b3289d

Browse files
committed
Remove console log
1 parent 6d6a83f commit 8b3289d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/webapp/app/components/runs/v3/RunFilters.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -873,7 +873,6 @@ function QueuesDropdown({
873873
);
874874

875875
const filtered = useMemo(() => {
876-
console.log(fetcher.data);
877876
let items: { name: string; type: "custom" | "task"; value: string }[] = [];
878877
if (searchValue === "") {
879878
// items = selected ?? [];

0 commit comments

Comments
 (0)