2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-06 05:20:09 +00:00

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

@ -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};