Remove debugging line

master
Sven Slootweg 7 years ago
parent 89fe5054f0
commit ed59e36ea0

@ -59,8 +59,6 @@ module.exports = function createCompositeObject(options) {
let object = this.objects[objectName];
let position = getPosition(object);
console.log(object.type, [object.x, object.y], [position.x, position.y], object.renderWidth, object.renderHeight);
return {
x1: position.x,
y1: position.y,

Loading…
Cancel
Save