mirror of
https://github.com/YMFE/yapi.git
synced 2025-02-17 13:49:43 +08:00
opti: 删除调试代码
This commit is contained in:
parent
df98e27723
commit
d4d8ef725f
@ -10,9 +10,6 @@ function handleProperties(sourceProperties, mergeProperties){
|
||||
return mergeProperties
|
||||
}
|
||||
Object.keys(mergeProperties).forEach(key=>{
|
||||
if(key === 'field_1'){
|
||||
console.log(1)
|
||||
}
|
||||
mergeProperties[key]= handleSchema(sourceProperties[key], mergeProperties[key])
|
||||
})
|
||||
return mergeProperties;
|
||||
|
Loading…
Reference in New Issue
Block a user