From 30553d8b13ea252e5776f6d3d320b018be47f187 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Tue, 10 Aug 2010 14:08:49 +0000 Subject: [PATCH] -Remove debug output git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7023 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Table.pm | 3 --- 1 file changed, 3 deletions(-) diff --git a/perl-xCAT/xCAT/Table.pm b/perl-xCAT/xCAT/Table.pm index 759a54ce7..dcc5aacc3 100644 --- a/perl-xCAT/xCAT/Table.pm +++ b/perl-xCAT/xCAT/Table.pm @@ -2249,9 +2249,6 @@ sub getNodeAttribs_nosub_old } if ($return) { -print "data array\n"; -print Dumper(@data); -print "\n"; return wantarray ? @data : $data[0]; } else