Skip to content

Commit bb1f3a1

Browse files
committed
remove debug log
1 parent 1c28afe commit bb1f3a1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/routes/boards/-components/BoardEntryTable.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ export const BoardEntryTable: FC<BoardEntryTableProps> = ({
2424
const { data: boardEntries, isLoading } = useQuery({
2525
queryFn: async ({ signal }) => {
2626
const [timeStart, timeEnd] = getBoardFetchTimeRange(server, timeSpan);
27-
console.log(timeStart, timeEnd);
2827
const { data } = await listBoardDepartures({
2928
query: {
3029
serverId: server.id,

0 commit comments

Comments
 (0)