chore: remove log

This commit is contained in:
Joel 2025-11-05 11:00:21 +08:00
parent 1205960c59
commit 97f0dff9e1
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ const TimeRangePicker: FC<Props> = ({
queryDateFormat,
}) => {
const { t } = useTranslation()
console.log(Object.entries(ranges).map(([k, v]) => ({ value: k, name: t(`appLog.filter.period.${v.name}`) })))
const handleSelectRange = useCallback((item: Item) => {
const { name, value } = item