add some basic tracing using the new deparser
[scpubgit/DX.git] / lib / DX / SearchState.pm
index ced6067..bb0cb10 100644 (file)
@@ -51,7 +51,7 @@ sub new_for {
 sub with_one_step {
   my ($self) = @_;
   return undef unless my $step = $self->next_step;
-  trace step => $step;
+  #trace step => $step;
   return $step->apply_to($self);
 }