Commit df08498c4252477934bf93751d7c310fc4a66777

Authored by ww
1 parent 30efe55b

chore: remove console.log

... ... @@ -13518,7 +13518,6 @@ class HandleDataSource {
13518 13518 const realDataList = data[attr] || []
13519 13519
13520 13520 const action = agg === 'NONE' ? 'unshift' : 'push'
13521   - console.log(instance.getOption())
13522 13521
13523 13522 // chart insstance 是否已经接受过一次消息推送
13524 13523 const isActive = instance.isActive
... ... @@ -14742,7 +14741,6 @@ class HandleDynamicEffect {
14742 14741 const { geometry = {} } = cell
14743 14742 const { width, height } = geometry
14744 14743 const idEl = getIdEl()
14745   - console.log({ idEl })
14746 14744 graph.getModel().beginUpdate()
14747 14745 try {
14748 14746 let type
... ...