changeset 8:0cc8c5962c0b

remove console.log
author Atul Varma <avarma@mozilla.com>
date Sun, 02 May 2010 18:09:03 -0700
parents 0287d65ec97f
children 539e833834b2
files index.html
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/index.html	Sun May 02 18:08:14 2010 -0700
+++ b/index.html	Sun May 02 18:09:03 2010 -0700
@@ -252,7 +252,6 @@
       matrix.f = 0;
     else if (matrix.f < -maxHeight)
       matrix.f = -maxHeight;
-    console.log(matrix.toString());
     node.style.webkitTransform = matrix;
   }