opti: 删除调试代码

This commit is contained in:
suwenxiong 2018-09-08 11:45:05 +08:00
parent df98e27723
commit d4d8ef725f

View File

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