Remove debug helpers

This commit is contained in:
hkrish 2013-12-09 19:31:58 +01:00
parent 82ab532885
commit 2fa5e3d417

View file

@ -1545,9 +1545,5 @@ new function() { // Scope for methods that require numerical integration
addLocation(locations, curve1, 1, c1p2, curve2, 1, c1p2);
return locations;
},
getConvexHull: getConvexHull,
clipConvexHull: clipConvexHull
}};
});