chore: remove left-over debugger statement

(cherry picked from commit afab80505e343830e7b20a8073d21bdbfc7e3502)
This commit is contained in:
Jixun Wu 2021-12-22 13:39:37 +00:00 committed by MengYX
parent 302f422a5f
commit 3567e7e625
No known key found for this signature in database
GPG Key ID: E63F9C7303E8F604
1 changed files with 0 additions and 1 deletions

View File

@ -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 {