--- a/plugins/gaim-remote/remote.c Sat Aug 13 18:40:40 2005 +0000 +++ b/plugins/gaim-remote/remote.c Sat Aug 13 22:09:34 2005 +0000 @@ -770,9 +770,6 @@ GIOChannel *channel; char *buf = NULL; - gaim_debug_register_category("cui"); - gaim_debug_register_category("gaim_remote_handle_uri"); - if ((UI_fd = open_socket(&buf)) < 0) { gaim_notify_error(NULL, NULL, _("Unable to open socket"), buf); g_free(buf); @@ -806,9 +803,6 @@ gaim_debug_misc("core", "Removed core\n"); - gaim_debug_unregister_category("cui"); - gaim_debug_unregister_category("gaim_remote_handle_uri"); - return TRUE; #else return FALSE;