mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-19 09:40:21 +00:00
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user