Skip to content
Snippets Groups Projects
Commit 863cb1f3 authored by Kipp Cannon's avatar Kipp Cannon
Browse files

remove assignment of lalDebugLevel

parent fddb2264
No related branches found
No related tags found
No related merge requests found
......@@ -83,10 +83,9 @@ static gboolean plugin_init(GstPlugin *plugin)
};
/*
* Set the LAL debug level.
* Set the LAL error handler.
*/
lalDebugLevel = LALINFO | LALWARNING | LALERROR | LALNMEMDBG | LALNMEMPAD | LALNMEMTRK;
XLALSetSilentErrorHandler();
/*
......
......@@ -91,10 +91,9 @@ static gboolean plugin_init(GstPlugin *plugin)
};
/*
* Set the LAL debug level.
* Set the LAL error handler.
*/
lalDebugLevel = LALINFO | LALWARNING | LALERROR | LALNMEMDBG | LALNMEMPAD | LALNMEMTRK;
XLALSetSilentErrorHandler();
/*
......
......@@ -109,10 +109,9 @@ static gboolean plugin_init(GstPlugin *plugin)
};
/*
* Set the LAL debug level.
* Set the LAL error handler.
*/
lalDebugLevel = LALINFO | LALWARNING | LALERROR | LALNMEMDBG | LALNMEMPAD | LALNMEMTRK;
XLALSetSilentErrorHandler();
/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment