Explorar o código

'清除debugger'

zhangyu %!s(int64=4) %!d(string=hai) anos
pai
achega
1ea7becd8e
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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;