blow away current trace calls since they were insufficiently thought through
[scpubgit/DX.git] / lib / DX / SearchProcess.pm
index cb50a2f..b66d350 100644 (file)
@@ -31,7 +31,6 @@ sub find_solution {
     $state = $state->with_one_step;
   }
   return undef unless $state;
-  trace 'search.solution.hyp' => $state->current_hypothesis;
   return $self->but(current_search_state => $state);
 }