From c66aadb0b79db3a12be8585b7eb4587dd4f862a6 Mon Sep 17 00:00:00 2001 From: Casandra Qiu Date: Wed, 15 Mar 2017 15:52:30 -0400 Subject: [PATCH] remove a debug message --- xCAT-server/lib/xcat/plugins/openbmc.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/openbmc.pm b/xCAT-server/lib/xcat/plugins/openbmc.pm index c89e0605a..1bea4b1a5 100644 --- a/xCAT-server/lib/xcat/plugins/openbmc.pm +++ b/xCAT-server/lib/xcat/plugins/openbmc.pm @@ -294,7 +294,6 @@ sub parse_args { sub unsupported { my $callback = shift; - xCAT::SvrUtils::sendmsg("ENV: OPENBMC_DEVEL=$ENV{OPENBMC_DEVEL},$ENV{'OPENBMC_DEVEL'}\n", $callback); if ($::OPENBMC_DEVEL ne "YES") { return ([ 1, "This function is currently not supported" ]); } else {