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