mirror of
https://github.com/konvajs/konva.git
synced 2025-06-28 10:12:34 +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();
|
||||
},
|
||||
update: function() {
|
||||
console.log('update');
|
||||
var attrs = this._getNodeRect();
|
||||
var width = attrs.width;
|
||||
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();
|
||||
},
|
||||
update: function() {
|
||||
console.log('update');
|
||||
var attrs = this._getNodeRect();
|
||||
var width = attrs.width;
|
||||
var height = attrs.height;
|
||||
|
Loading…
Reference in New Issue
Block a user