We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c28afe commit bb1f3a1Copy full SHA for bb1f3a1
src/routes/boards/-components/BoardEntryTable.tsx
@@ -24,7 +24,6 @@ export const BoardEntryTable: FC<BoardEntryTableProps> = ({
24
const { data: boardEntries, isLoading } = useQuery({
25
queryFn: async ({ signal }) => {
26
const [timeStart, timeEnd] = getBoardFetchTimeRange(server, timeSpan);
27
- console.log(timeStart, timeEnd);
28
const { data } = await listBoardDepartures({
29
query: {
30
serverId: server.id,
0 commit comments