Remove unnecessary output.
authorSamuel Rødal <samuel.rodal@nokia.com>
Wed, 16 Mar 2011 08:40:41 +0000 (09:40 +0100)
committerSamuel Rødal <samuel.rodal@nokia.com>
Wed, 16 Mar 2011 08:40:41 +0000 (09:40 +0100)
examples/qml-compositor/qml/QmlCompositor/compositor.js

index 456527e..834aa99 100644 (file)
@@ -116,8 +116,6 @@ function removeWindow(window)
         var ix = index % dim;
         var iy = Math.floor(index / dim);
 
-        console.log("index: " + ix + " " + iy);
-
         if (shrinking) {
             if (iy > 0)
                 --iy;