From 8ff84d74b617c47fa5b024424e205f066a336b77 Mon Sep 17 00:00:00 2001 From: linggao Date: Tue, 10 Nov 2009 18:24:30 +0000 Subject: [PATCH] removed debug message from packimage.pm git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4542 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/packimage.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/packimage.pm b/xCAT-server/lib/xcat/plugins/packimage.pm index 4fb4c78b6..7a4a18d9d 100644 --- a/xCAT-server/lib/xcat/plugins/packimage.pm +++ b/xCAT-server/lib/xcat/plugins/packimage.pm @@ -175,7 +175,7 @@ sub process_request { $includestr =~ s/-o $//; $includestr = "find . " . $includestr; } - print "\nexcludestr=$excludestr\n\n includestr=$includestr\n\n"; + #print "\nexcludestr=$excludestr\n\n includestr=$includestr\n\n"; # add the xCAT post scripts to the image if (! -d "$rootimg_dir") {