# HG changeset patch # User Matthew Wild # Date 1290266382 0 # Node ID d20586b6104cb268585c494bb75d1f92a9a82dc3 # Parent 633e414a496cba78f28d94c0b2276be3944906df Remove some debugging in math.ldexp() accidentally committed diff -r 633e414a496c -r d20586b6104c lvm.js --- a/lvm.js Sat Nov 20 15:19:19 2010 +0000 +++ b/lvm.js Sat Nov 20 15:19:42 2010 +0000 @@ -672,7 +672,6 @@ var math = { ldexp: function (m, e) { - sys.puts("ldexp(): m: "+sys.inspect(m)+" e: "+sys.inspect(e)); return [this.LValue(m.value*Math.pow(2, e.value))]; }, floor: function (x)