Skip to content
Snippets Groups Projects
Commit b3f002dd authored by Gerhard Gonter's avatar Gerhard Gonter :speech_balloon:
Browse files

less noise on stdout

parent 988e9f76
No related branches found
No related tags found
No related merge requests found
......@@ -185,8 +185,8 @@ sub lookup
my $search= shift;
my $be= $obj->{'cfg'}->{'backend'};
print "lookup [$search] be=[$be]\n";
print main::Dumper ($search);
# print "lookup [$search] be=[$be] ", join (' ', %$search), "\n";
# print main::Dumper ($search);
my $reg;
if ($be eq 'TA::Hasher')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment