fix: delete unnecessary console.

This commit is contained in:
Yanyan-Wang 2020-07-22 13:11:17 +08:00 committed by baizn
parent 5c9b574cb7
commit eb4339dff0

View File

@ -130,7 +130,6 @@ export default {
fixNodes = graph.findAllByState('node', fixSelectedItems.fixState);
fixEdges = graph.findAllByState('edge', fixSelectedItems.fixState);
console.log('zooming ', fixNodes, fixSelectedItems.fixState);
const scale = graphZoom / zoom;
const fixNodesLength = fixNodes.length;
for (let fn = 0; fn < fixNodesLength; fn++) {