get rid of print

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14183 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2012-10-31 17:20:17 +00:00
parent 90da002d8c
commit e230a70808

View File

@ -910,7 +910,7 @@ sub setUpdateStatus
} else {
$where_clause="node in ('" . join("','", @nodes) . "')";
}
print "$where_clause";
# print "$where_clause";
$nltab->setAttribsWhere($where_clause, \%updates );
}
$nltab->close;