X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDX%2FSearchProcess.pm;h=b66d350bf19c894552b911c7b7fd00e7044e4545;hb=104ea5a9802c5be72cb27f086057f90e2de755f4;hp=cb50a2f78d4bfe59565e516dff33ebd463fb827d;hpb=7af7ed1e813a1fb1ee1818637ad92ce5d93453bc;p=scpubgit%2FDX.git diff --git a/lib/DX/SearchProcess.pm b/lib/DX/SearchProcess.pm index cb50a2f..b66d350 100644 --- a/lib/DX/SearchProcess.pm +++ b/lib/DX/SearchProcess.pm @@ -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); }