changeset 6924:d69bc8debac7

[gaim-migrate @ 7471] Bye bye, debug statements. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 24 Sep 2003 01:00:06 +0000
parents ae36c4d693f9
children 3ec6aac0ff67
files plugins/perl/perl-handlers.c
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/perl/perl-handlers.c	Wed Sep 24 00:56:05 2003 +0000
+++ b/plugins/perl/perl-handlers.c	Wed Sep 24 01:00:06 2003 +0000
@@ -159,12 +159,8 @@
 					break;
 
 				case GAIM_TYPE_STRING:
-					gaim_debug_misc("perl", "Copying over %s\n",
-									*((char **)copy_args[i]));
 					g_free(*((char **)copy_args[i]));
 					*((char **)copy_args[i]) = g_strdup(SvPV(sv_args[i], na));
-					gaim_debug_misc("perl", "New value: %s\n",
-									*((char **)copy_args[i]));
 					break;
 
 				case GAIM_TYPE_POINTER: