summaryrefslogtreecommitdiff
path: root/src/common/plugins.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/plugins.c')
-rw-r--r--src/common/plugins.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/plugins.c b/src/common/plugins.c
index 4d3849330..09ce15da3 100644
--- a/src/common/plugins.c
+++ b/src/common/plugins.c
@@ -123,7 +123,7 @@ int plugin_event_trigger(char* name)
int export_symbol(void* var, size_t offset)
{
- ShowDebug("export_symbol(0x%x,%d)\n", var,offset);
+ //ShowDebug("export_symbol(0x%x,%d)\n", var,offset);
// add to the end of the list
if( offset < 0 )