From 7debe6a95e0fcf8845f91b2afaed5a03c597ad82 Mon Sep 17 00:00:00 2001 From: hu-weihua Date: Fri, 12 Aug 2016 04:45:22 -0400 Subject: [PATCH] comment some debug line out --- xCAT-probe/subcmds/osdeploy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-probe/subcmds/osdeploy b/xCAT-probe/subcmds/osdeploy index a468d577d..f0010700f 100755 --- a/xCAT-probe/subcmds/osdeploy +++ b/xCAT-probe/subcmds/osdeploy @@ -616,8 +616,8 @@ sub dump_history { last if (!$newloop); } - print "------------result---------------\n"; - print Dumper %match_result; + #print "------------result---------------\n"; + #print Dumper %match_result; my $max_match = 0; foreach my $key (keys %match_result) {