Skip to content

Commit 09f3836

Browse files
committed
remove log
1 parent bbc5609 commit 09f3836

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/web/src/app/api/query/route.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,5 @@ export async function GET(request: Request) {
2121
});
2222

2323
const data = await response.json();
24-
console.log(data);
2524
return NextResponse.json(data);
2625
}

0 commit comments

Comments
 (0)