mirror of https://gitee.com/antv-l7/antv-l7
fix: 移除console
This commit is contained in:
parent
37f950e21a
commit
ce3e78b2c6
packages/layers/src/point/models
|
@ -234,7 +234,6 @@ export default class TextModel extends BaseModel {
|
|||
} = this.layer.getLayerConfig() as IPointLayerStyleOptions;
|
||||
const data = this.layer.getEncodedData();
|
||||
if(JSON.stringify(textOffset) !==JSON.stringify(this.preTextStyle.textOffset) ||textAnchor!==this.preTextStyle.textAnchor ) {
|
||||
console.log('needupdate')
|
||||
await this.mapping();
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue