Skip to content

Commit 00e1871

Browse files
committed
chore: rm useless code
1 parent 6bebb39 commit 00e1871

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/generate/dayjs.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,13 @@ const parseLocale = (locale: string) => {
100100
return mapLocale || locale.split('_')[0];
101101
};
102102

103+
/* istanbul ignore next */
103104
const parseNoMatchNotice = () => {
104-
/* istanbul ignore next */
105-
noteOnce(false, 'Not match any format. Please help to fire a issue about this.');
105+
// zombieJ:
106+
// When user typing, its always miss match format.
107+
// This check is meaningless.
108+
// https://github.com/ant-design/ant-design/issues/51839
109+
// noteOnce(false, 'Not match any format. Please help to fire a issue about this.');
106110
};
107111

108112
const generateConfig: GenerateConfig<Dayjs> = {

0 commit comments

Comments
 (0)