Skip to content

Commit 2d33920

Browse files
committed
remove logging
1 parent c1d2c28 commit 2d33920

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/generator/disclaimer.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ export const gfs = {
5252
*/
5353
export async function main() {
5454
const res = await request<LibraryMetadata[]>({url: libraryListUrl});
55-
// console.log(typeof res.data)
5655
const disclaimers = JSON.parse(res.data as unknown as string).map(
5756
(lib: LibraryMetadata) => {
5857
return {

0 commit comments

Comments
 (0)