From 88732abd0177f9ee9f4be780e3ffe724ef798c64 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 12 Dec 2013 10:03:33 -0500 Subject: change event propagation to be based on parent/child lineage, not z-axis stacking, plus some more alterations to try to get enter/leave working --- libs/canvas/curve.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'libs/canvas/curve.cc') diff --git a/libs/canvas/curve.cc b/libs/canvas/curve.cc index 09fb5669a1..de988ee4b2 100644 --- a/libs/canvas/curve.cc +++ b/libs/canvas/curve.cc @@ -225,7 +225,6 @@ Curve::covers (Duple const & pc) const const Coord dy2 = dy * dy; if ((dx2 < 2.0 && dy2 < 2.0) || (dx2 + dy2 < 4.0)) { - std::cerr << whatami() << '/' << name << " COVERS " << point << '\n'; return true; } } -- cgit v1.2.3