remove logs

This commit is contained in:
Anton Lavrenov 2018-04-17 10:27:58 +07:00
parent e53d75b11f
commit 7601be03fc
3 changed files with 1 additions and 3 deletions

View File

@ -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

File diff suppressed because one or more lines are too long

View File

@ -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;