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:
parent
90da002d8c
commit
e230a70808
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user