mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-09-20 13:39:58 +08:00
chore: 去掉调试log
This commit is contained in:
parent
c9aab11e03
commit
4bbde1a5f6
@ -43,7 +43,6 @@ export const createDataSourceTarget = (ds: DataSourceSchema, initialDeps: DepDat
|
||||
(value?.isBindDataSource && value.dataSourceId && value.dataSourceId === ds.id) ||
|
||||
(typeof value === 'string' && value.includes(`${ds.id}`) && /\$\{([\s\S]+?)\}/.test(value))
|
||||
) {
|
||||
console.log('value', value, ds.id);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
@ -270,7 +270,6 @@ const getFieldsConfig = (value: any) => {
|
||||
};
|
||||
|
||||
const addFromJsonFromChange = ({ data }: { data: string }) => {
|
||||
console.log(data);
|
||||
try {
|
||||
const value = JSON.parse(data);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user