Skip to content
Snippets Groups Projects
Commit 562f511f authored by Stephane Poirier's avatar Stephane Poirier Committed by Patrick MADELA
Browse files

removed DEBUG messages that cause a compilation issue

parent ba2f9d7d
No related branches found
No related tags found
No related merge requests found
......@@ -289,10 +289,8 @@ namespace CryoCooler_ns
//- get the HWProxy instance ------------------------
yat::SharedPtr<CryoCoolerInterface> CryoCoolerCom::get_cryo_itf (void)
{
DEBUG_STREAM << "CryoCoolerCom::get_cryo_itf entering..." << std::endl;
if (! cryo_itf.get())
{
ERROR_STREAM << "CryoCoolerCom::get_cryo_itf could not get HWProxy ..." << std::endl;
THROW_DEVFAILED("SOFTWARE_ERROR",
"unexpected NULL pointer [The cryo_itf not properly initialized]",
"CryoCoolerCom::get_cryo_itf");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment