From: Jan Michel Date: Fri, 19 Dec 2014 11:08:46 +0000 (+0100) Subject: removed Data::TreeDumper as requirement X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=84451106d28a96bac65e55f950bd6ff2bd71cafa;p=daqtools.git removed Data::TreeDumper as requirement --- diff --git a/xml-db/xml-db.pl b/xml-db/xml-db.pl index 2e04ee4..cf12806 100755 --- a/xml-db/xml-db.pl +++ b/xml-db/xml-db.pl @@ -3,7 +3,7 @@ use strict; use warnings; use XML::LibXML; -use Data::TreeDumper; +# use Data::TreeDumper; use Getopt::Long; use Pod::Usage; use File::chdir; @@ -100,7 +100,7 @@ sub Main { my $cachefile = "cache/$name.entity"; lock_store($db, $cachefile); print STDERR "Wrote $cachefile\n" if $verbose>0; - print STDERR "\n",DumpTree($db,$name),"\n" if $verbose>2; +# print STDERR "\n",DumpTree($db,$name),"\n" if $verbose>2; }