We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 775b8aa commit 3b78b7fCopy full SHA for 3b78b7f
site/src/helpers/util.tsx
@@ -77,7 +77,6 @@ export async function searchAPIResults(
77
transformed[key] = transformGQLData(index, data[id]);
78
}
79
80
- console.log('api', transformed);
81
return transformed;
82
83
0 commit comments