Skip to content
Snippets Groups Projects
Commit 0bd512d7 authored by Karel Slaný's avatar Karel Slaný
Browse files

layer/rrsigcache: Disabled debugging messages.

parent bc71c56e
Branches
Tags
No related merge requests found
......@@ -26,7 +26,8 @@
#include "lib/module.h"
//#define DEBUG_MSG(fmt...) QRDEBUG(kr_rplan_current(rplan), "rrsc", fmt)
#define DEBUG_MSG(fmt...) QRDEBUG(NULL, "rrsc", fmt)
//#define DEBUG_MSG(fmt...) QRDEBUG(NULL, "rrsc", fmt)
#define DEBUG_MSG(fmt...)
static int begin(knot_layer_t *ctx, void *module_param)
{
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment