From f171ef4052b79a64976bcdf5839357af6712a809 Mon Sep 17 00:00:00 2001 From: nott Date: Wed, 29 Feb 2012 16:13:45 +0000 Subject: [PATCH] remove bogus error msg git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11713 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/InstUtils.pm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/perl-xCAT/xCAT/InstUtils.pm b/perl-xCAT/xCAT/InstUtils.pm index fc0272908..76cfa5c4a 100644 --- a/perl-xCAT/xCAT/InstUtils.pm +++ b/perl-xCAT/xCAT/InstUtils.pm @@ -363,11 +363,6 @@ sub get_nim_attr_val xCAT::InstUtils->xcmd($callback, $sub_req, "xdsh", $target, $cmd, 0); if ($::RUNCMD_RC != 0) { - if ($::VERBOSE) { - my $rsp; - push @{$rsp->{data}}, "Could not run lsnim command: \'$cmd\'.\n"; - xCAT::MsgUtils->message("E", $rsp, $callback); - } return undef; }