fix for bug 3343: remove the print Dumper(xxx) from the code
This commit is contained in:
parent
3281a3d1c3
commit
b19461a479
@ -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};
|
||||
|
Loading…
Reference in New Issue
Block a user