chiark / gitweb /
curveopt: show it in a better way
[moebius3.git] / curveopt.py
index 067377a50151835d6656420c38b6701193570b10..8825da568db8c789207b441c148de17f8c819f8c 100644 (file)
@@ -109,7 +109,7 @@ class OptimisedCurve():
     oc._result = np.reshape(findcurve_result, (-1,3), 'C')
     oc._dbg(repr(oc._result))
 
-    vdbg().curve( oc.point_at_t )
+    #vdbg().curve( oc.point_at_t )
 
   def point_at_it(oc, it):
     oc._await_subproc()