# HG changeset patch # User Atul Varma # Date 1272848943 25200 # Node ID 0cc8c5962c0b763f895bc4107d54a5cf7895b8fc # Parent 0287d65ec97f45be413f6bd01f2f3bcc566a893c remove console.log diff -r 0287d65ec97f -r 0cc8c5962c0b index.html --- 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; }