remove debug code

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@16330 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2013-05-16 15:45:03 +00:00
parent e514305d5e
commit e81e433f1e

View File

@ -901,7 +901,7 @@ sub updatenode
my $notmpfiles=1;
my $nofiles=0;
#my $nofiles=1;
my $mypostscriptfile= xCAT::Postage::create_mypostscript_or_not($request, $callback, $subreq,$notmpfiles,$nofiles);
xCAT::Postage::create_mypostscript_or_not($request, $callback, $subreq,$notmpfiles,$nofiles);
# convert the hashes back to the way they were passed in
my $flatreq = xCAT::InstUtils->restore_request($request, $callback);