blow away current trace calls since they were insufficiently thought through
[scpubgit/DX.git] / lib / DX / Step / Backtrack.pm
index 5fdfbc7..5d3c339 100644 (file)
@@ -8,7 +8,6 @@ sub apply_to {
   my ($self, $ss) = @_;
   my ($first_alt, @rest_alt) = @{$ss->alternatives};
   return $ss->but(next_step => $ss->on_exhaustion_step) unless $first_alt;
-  trace 'search.backtrack.rewind_to' => $first_alt->[1];
   return $ss->but(
     current_hypothesis => $first_alt->[0],
     alternatives => \@rest_alt,