From: Eric W. <war...@us...> - 2001-11-19 11:19:55
|
Update of /cvsroot/gaim/gaim/src/protocols/oscar In directory usw-pr-cvs1:/tmp/cvs-serv15517/protocols/oscar Modified Files: oscar.c Log Message: this always bothered me Index: oscar.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/oscar/oscar.c,v retrieving revision 1.68 retrieving revision 1.69 diff -u -d -r1.68 -r1.69 --- oscar.c 2001/11/19 04:35:39 1.68 +++ oscar.c 2001/11/19 11:19:52 1.69 @@ -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")); |