diff --git a/perl-xCAT/xCAT/DBobjUtils.pm b/perl-xCAT/xCAT/DBobjUtils.pm index 34b45fe8e..380d1a84f 100644 --- a/perl-xCAT/xCAT/DBobjUtils.pm +++ b/perl-xCAT/xCAT/DBobjUtils.pm @@ -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; }