2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-25 12:40:21 +00:00

comment some debug line out

This commit is contained in:
hu-weihua
2016-08-12 04:45:22 -04:00
parent 578fda6663
commit 7debe6a95e

View File

@@ -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) {