From 325f00a4b8bcf873dde56683d99d49bb2422cf5a Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Sat, 9 Feb 2008 03:58:39 +0000 Subject: Revert some unwanted debugging spew that snuck into the last commit svn path=/trunk/; revision=5744 --- daemon/gdm-session-linux-auditor.c | 1 - 1 file changed, 1 deletion(-) (limited to 'daemon/gdm-session-linux-auditor.c') diff --git a/daemon/gdm-session-linux-auditor.c b/daemon/gdm-session-linux-auditor.c index e06aee66..0c0cf79a 100644 --- a/daemon/gdm-session-linux-auditor.c +++ b/daemon/gdm-session-linux-auditor.c @@ -64,7 +64,6 @@ gdm_session_linux_auditor_report_login_attempt (GdmSessionAuditor *auditor, if (username != NULL) { pw = getpwnam (username); } else { - G_BREAKPOINT (); username = g_strdup ("unknown"); pw = NULL; } -- cgit v1.2.1