Skip to content

Commit

Permalink
removed logs
Browse files Browse the repository at this point in the history
  • Loading branch information
rdbo committed Apr 17, 2024
1 parent 0695590 commit 6e2d370
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/linux/module.c
Original file line number Diff line number Diff line change
Expand Up @@ -250,13 +250,10 @@ LM_UnloadModule(const lm_module_t *module)
size_t modpath_len;
size_t len;

printf("module: %p\n", (void *)module);
if (!module)
return LM_FALSE;

handle = dlopen(NULL, 0); /* Get process first handle */
printf("handle: %p\n", handle);
fflush(stdout);
if (!handle)
return LM_FALSE;

Expand Down

0 comments on commit 6e2d370

Please sign in to comment.