From e230a708083e80d5da059e156e0be097d494e404 Mon Sep 17 00:00:00 2001 From: lissav Date: Wed, 31 Oct 2012 17:20:17 +0000 Subject: [PATCH] get rid of print git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14183 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/TableUtils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/TableUtils.pm b/perl-xCAT/xCAT/TableUtils.pm index cc753c700..91f936706 100644 --- a/perl-xCAT/xCAT/TableUtils.pm +++ b/perl-xCAT/xCAT/TableUtils.pm @@ -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;