From 97e9fb3e67d3dbcc7b0da6995c95165e78953ff6 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Mon, 19 Apr 2010 20:49:27 +0000 Subject: [PATCH] Monotone-Parent: 95935e90a9e32c48e2de6cfb79afb47e9fe8f4f4 Monotone-Revision: 1388a39a062a16e073dca526237e1b25d5fa19d7 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2010-04-19T20:49:27 Monotone-Branch: ca.inverse.sogo --- SoObjects/SOGo/SOGoWebAuthenticator.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SoObjects/SOGo/SOGoWebAuthenticator.m b/SoObjects/SOGo/SOGoWebAuthenticator.m index 634ab6889..a5eea8f82 100644 --- a/SoObjects/SOGo/SOGoWebAuthenticator.m +++ b/SoObjects/SOGo/SOGoWebAuthenticator.m @@ -97,7 +97,7 @@ expire: _expire grace: _grace]; - [self logWithFormat: @"Checked login with ppolicy enabled: %d %d %d", *_perr, *_expire, *_grace]; + // [self logWithFormat: @"Checked login with ppolicy enabled: %d %d %d", *_perr, *_expire, *_grace]; // It's important to return the real value here. The callee will handle // the return code and check for the _perr value.