fix for bug 3343: remove the print Dumper(xxx) from the code

This commit is contained in:
ligc 2013-11-20 10:53:00 +08:00
parent 3281a3d1c3
commit b19461a479

View File

@ -189,7 +189,7 @@ sub copycd
if ($sitetab)
{
(my $ref) = $sitetab->getAttribs({key => 'installdir'}, 'value');
print Dumper($ref);
#print Dumper($ref);
if ($ref and $ref->{value})
{
$installroot = $ref->{value};