Skip to content

Commit 3b78b7f

Browse files
committed
Remove console log
1 parent 775b8aa commit 3b78b7f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

site/src/helpers/util.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ export async function searchAPIResults(
7777
transformed[key] = transformGQLData(index, data[id]);
7878
}
7979
}
80-
console.log('api', transformed);
8180
return transformed;
8281
}
8382

0 commit comments

Comments
 (0)