remove debugger

This commit is contained in:
geekgeekrun
2026-02-22 14:28:25 +08:00
parent 88c3d63cb6
commit fb7b545d10
@@ -2393,7 +2393,6 @@ const handleClickConfigCommonJobCondition = async ({ entry }) => {
} }
const fillCommonConfigField = (field) => { const fillCommonConfigField = (field) => {
debugger
gtagRenderer('fill_common_config_field_clicked', { field }) gtagRenderer('fill_common_config_field_clicked', { field })
let fieldsToReplace = [] let fieldsToReplace = []
switch (field) { switch (field) {