mirror of
https://github.com/konvajs/konva.git
synced 2025-06-28 15:23:44 +08:00
remove logs
This commit is contained in:
parent
e53d75b11f
commit
7601be03fc
1
konva.js
1
konva.js
@ -19243,7 +19243,6 @@
|
|||||||
this.update();
|
this.update();
|
||||||
},
|
},
|
||||||
update: function() {
|
update: function() {
|
||||||
console.log('update');
|
|
||||||
var attrs = this._getNodeRect();
|
var attrs = this._getNodeRect();
|
||||||
var width = attrs.width;
|
var width = attrs.width;
|
||||||
var height = attrs.height;
|
var height = attrs.height;
|
||||||
|
2
konva.min.js
vendored
2
konva.min.js
vendored
File diff suppressed because one or more lines are too long
@ -609,7 +609,6 @@
|
|||||||
this.update();
|
this.update();
|
||||||
},
|
},
|
||||||
update: function() {
|
update: function() {
|
||||||
console.log('update');
|
|
||||||
var attrs = this._getNodeRect();
|
var attrs = this._getNodeRect();
|
||||||
var width = attrs.width;
|
var width = attrs.width;
|
||||||
var height = attrs.height;
|
var height = attrs.height;
|
||||||
|
Loading…
Reference in New Issue
Block a user