Index: trunk/src_plugins/rbs_routing/stretch.c =================================================================== --- trunk/src_plugins/rbs_routing/stretch.c (revision 38769) +++ trunk/src_plugins/rbs_routing/stretch.c (revision 38770) @@ -8,7 +8,6 @@ rbsr_map_debug_dump(&rbss->map, "rbss1.dump"); gl = htpp_get(&rbss->map.robj2grbs, line); -rnd_trace("line=%p -> %p\n", line, gl); if (gl == NULL) { rnd_message(RND_MSG_ERROR, "rbsr_stretch_line_begin(): can't stretch this line (not in the grbs map)\n"); return -1;