Parcourir la source

'清除debugger'

zhangyu il y a 4 ans
Parent
commit
1ea7becd8e
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      src/lib/items/SSCPZZoneLegendItem.ts

+ 0 - 1
src/lib/items/SSCPZZoneLegendItem.ts

@@ -206,7 +206,6 @@ export class SSCPZZoneLegendItem extends SPolygonItem {
     toData(): any {
         this.data.Pos = { X: this.x, Y: this.y };
         this.data.Name = this.name;
-        console.log(this.zOrder);
         this.data.Properties.Zorder = this.zOrder;
         this.data.Properties.FillColor = this.fillColor.value;
         this.data.Properties.StrokeColor = this.strokeColor.value;