We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f906238 commit 590d29fCopy full SHA for 590d29f
1 file changed
client/src/pages/index.tsx
@@ -16,8 +16,6 @@ export default function Landing() {
16
type: "upcoming",
17
pageSize: 100,
18
});
19
- // TODO: remove this after testing
20
- console.log("data =", data);
21
22
const events: UiEvent[] | undefined = data?.items;
23
0 commit comments