From 1661b574afe6973d65032319b912ecc79f70ffbf Mon Sep 17 00:00:00 2001 From: immarvin Date: Fri, 8 Jun 2012 09:29:51 +0000 Subject: [PATCH] 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 --- xCAT-server/lib/xcat/plugins/sles.pm | 3 --- 1 file changed, 3 deletions(-) diff --git a/xCAT-server/lib/xcat/plugins/sles.pm b/xCAT-server/lib/xcat/plugins/sles.pm index 0678b96f2..8bae78143 100644 --- a/xCAT-server/lib/xcat/plugins/sles.pm +++ b/xCAT-server/lib/xcat/plugins/sles.pm @@ -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 {