Skip to content

Commit

Permalink
remove extraneous debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Apr 20, 2019
1 parent f4b7785 commit 2e3e1b3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib/server/module.c
Expand Up @@ -819,8 +819,6 @@ static int _module_thread_instantiate(void *instance, void *uctx)
_thread_intantiate_ctx_t *thread_inst_ctx = uctx;
int ret;

DEBUG("Processing %p", mi);

MEM(ti = talloc_zero(thread_inst_ctx->array, module_thread_instance_t));
ti->el = thread_inst_ctx->el;
ti->module = mi->module;
Expand Down

0 comments on commit 2e3e1b3

Please sign in to comment.