OSDN Git Service

debug メッセージを削除 (matrix のかけ算のチェックで)
[flapp/flapp.git] / src / shape.js
index 5628f51..81c6df4 100644 (file)
@@ -11,11 +11,6 @@ FlappShape = function(movieClip, matrix, colorTransform) {
     this.name = null;
     this.matrix = matrix;
     this.setMatrix(matrix);
-    if (movieClip && matrix ) {
-        console.log(movieClip.absoluteMatrix);
-        console.log(matrix);        
-        console.log(this.absoluteMatrix);
-    }
     this.colorTransform = colorTransform;
     //    this.canvas = document.createElement('canvas');
     //    this.canvas.width = 240; // XXX