Remove bogus error message when running lsdef -a

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2431 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
nott 2008-10-31 12:47:21 +00:00
parent d16eaee9f5
commit 1e1bc9ab11

View File

@ -440,9 +440,6 @@ sub getDBtable
my $thistable = xCAT::Table->new($table, -create => 1, -autocommit => 0);
if (!$thistable)
{
my $rsp;
$rsp->{data}->[0] = "Could not get the \'$table\' table.";
xCAT::MsgUtils->message("E", $rsp, $::callback);
return undef;
}