diff src/protocols/oscar/oscar.c @ 2762:8eb8db9a8449

[gaim-migrate @ 2775] this always bothered me committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 19 Nov 2001 11:19:52 +0000
parents 642413968b03
children 8a918df1a5ed
line wrap: on
line diff
--- a/src/protocols/oscar/oscar.c	Mon Nov 19 11:14:55 2001 +0000
+++ b/src/protocols/oscar/oscar.c	Mon Nov 19 11:19:52 2001 +0000
@@ -443,7 +443,6 @@
 	struct oscar_data *odata = gc->proto_data = g_new0(struct oscar_data, 1);
 	odata->create_exchange = 0;
 
-	debug_printf(_("Logging in %s\n"), user->username);
 	if (isdigit(*user->username)) {
 		odata->icq = TRUE;
 		/* this is odd but it's necessary for a proper do_import and do_export */
@@ -1615,7 +1614,6 @@
 	aim_getbuildstring(buildbuf, sizeof(buildbuf));
 
 	debug_printf("MOTD: %s (%d)\n", msg ? msg : "Unknown", id);
-	debug_printf("Gaim %s / libfaim %s\n", VERSION, buildbuf);
 	if (id < 4)
 		do_error_dialog(_("Your connection may be lost."),
 				_("AOL error"));