copycds enhancement:remove some debug messages

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13039 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
immarvin 2012-06-08 09:29:51 +00:00
parent dc55140fe4
commit 1661b574af

View File

@ -980,7 +980,6 @@ sub copycd
my $mntpath=undef;
my $inspection=undef;
print "call sles";
$installroot = "/install";
#my $sitetab = xCAT::Table->new('site');
@ -1151,7 +1150,6 @@ print "call sles";
}
my $ospkgpath= "$path/$discnumber";
print "$ospkgpath\n";
if(-l $ospkgpath)
{
@ -1231,7 +1229,6 @@ print "call sles";
my $hassymlink = eval { symlink("",""); 1 };
if ($hassymlink) {
print "$defaultpath/$discnumber";
symlink($ospkgpath,"$defaultpath/$discnumber");
}else
{