Commit df08498c4252477934bf93751d7c310fc4a66777

Authored by ww
1 parent 30efe55b

chore: remove console.log

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