Browse Source

移除log

caner 1 year ago
parent
commit
4bb401a054
2 changed files with 0 additions and 1 deletions
  1. BIN
      index/3.png
  2. 0 1
      index/drawCanvas.js

BIN
index/3.png


+ 0 - 1
index/drawCanvas.js

@@ -82,7 +82,6 @@ class DrawCanvas {
       const el = arr[k].replace(/\s+/g, ',');
       const key = el.replace(/[^A-Z]/g, '')
       const value = el.replace(/[A-Z]/g, '').split(',')
-      console.log(77, key, value);
       if (key === 'M') {
         PATH.moveTo(value[0], value[1]);
       } else if (key === 'C') {