aboutsummaryrefslogtreecommitdiffstats
path: root/USER/USER.xs
diff options
context:
space:
mode:
Diffstat (limited to 'USER/USER.xs')
-rw-r--r--USER/USER.xs2
1 files changed, 0 insertions, 2 deletions
diff --git a/USER/USER.xs b/USER/USER.xs
index ffd22e1..01c6be0 100644
--- a/USER/USER.xs
+++ b/USER/USER.xs
@@ -469,7 +469,6 @@ void
Admin_DESTROY(self)
USER::ADMIN *self
CODE:
- printf("freeing ADMIN\n");
if (self) lu_end(self) ;
safefree((char*)self);
@@ -891,7 +890,6 @@ void
Ent_DESTROY(self)
USER::ENT *self
CODE:
- printf("freeing ENT\n");
if (self) lu_ent_free(self);
void