URL:
https://svn.lrde.epita.fr/svn/oln/branches/cleanup-2008/milena
ChangeLog:
2008-10-21 Matthieu Garrigues <garrigues(a)lrde.epita.fr>
Remove debug in chamfer.
* mln/geom/chamfer.hh: Remove debug. (sorry).
---
chamfer.hh | 1 -
1 file changed, 1 deletion(-)
Index: branches/cleanup-2008/milena/mln/geom/chamfer.hh
===================================================================
--- branches/cleanup-2008/milena/mln/geom/chamfer.hh (revision 2616)
+++ branches/cleanup-2008/milena/mln/geom/chamfer.hh (revision 2617)
@@ -100,7 +100,6 @@
// Was :
// level::fill((output | (input | pw::cst(true)).domain()).rw(), 0);
// level::fill((output | (input | pw::cst(false)).domain()).rw(), max);
- debug::println(output);
}
inline
bool handles(const P& p) const { return input(p) == false; }