changeset 4618:3c7d4a060d30

[gaim-migrate @ 4909] <faceprint> ft.c:240: warning: implicit declaration of function `debug_printf' <faceprint> naughty mr doliner committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 26 Feb 2003 05:31:03 +0000
parents 858979ab3867
children 2456dcfd4ab4
files src/protocols/oscar/ft.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/oscar/ft.c	Wed Feb 26 05:01:37 2003 +0000
+++ b/src/protocols/oscar/ft.c	Wed Feb 26 05:31:03 2003 +0000
@@ -237,7 +237,6 @@
 	char ip[20];
 	int port;
 
-debug_printf("AAA - We got a bite!  Dude connected to listener\n");
 	if ((acceptfd = accept(cur->fd, &addr, &addrlen)) == -1)
 		return 0; /* not an error */
 
@@ -617,7 +616,6 @@
 	aim_conn_t *newconn;
 	int listenfd;
 
-debug_printf("AAA - listening on port %d\n", port);
 	if ((listenfd = listenestablish(port)) == -1)
 		return NULL;