chore: remove left-over debugger statement
(cherry picked from commit afab80505e343830e7b20a8073d21bdbfc7e3502)
This commit is contained in:
parent
de1c686231
commit
6d7f4512c4
@ -65,7 +65,6 @@ import { storage } from '@/utils/storage';
|
||||
|
||||
// FIXME: 看起来不会触发这个验证提示?
|
||||
function validateJooxUUID(rule, value, callback) {
|
||||
debugger;
|
||||
if (!value || !/^[\da-fA-F]{32}$/.test(value)) {
|
||||
callback(new Error('无效的 Joox UUID,请参考 Wiki 获取。'));
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user