From: znek Date: Mon, 16 Aug 2004 13:11:21 +0000 (+0000) Subject: removed another remaining debug log X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48252d20f5b98b7197b6686e90ae9b723a0a9474;p=scalable-opengroupware.org removed another remaining debug log git-svn-id: http://svn.opengroupware.org/SOGo/trunk@260 d1b88da0-ebda-0310-925b-ed51d893ca5b --- diff --git a/SOGo/UI/Scheduler/ChangeLog b/SOGo/UI/Scheduler/ChangeLog index 80bb7c4e..3794674c 100644 --- a/SOGo/UI/Scheduler/ChangeLog +++ b/SOGo/UI/Scheduler/ChangeLog @@ -1,5 +1,9 @@ 2004-08-16 Marcus Mueller + * v0.9.64 + + * UIxTimeDateControl.m: removed a debug log. + * v0.9.63 * UIxCalView.m: -isMyApt done properly. diff --git a/SOGo/UI/Scheduler/UIxTimeDateControl.m b/SOGo/UI/Scheduler/UIxTimeDateControl.m index 0768ec7b..9cf7b022 100644 --- a/SOGo/UI/Scheduler/UIxTimeDateControl.m +++ b/SOGo/UI/Scheduler/UIxTimeDateControl.m @@ -178,7 +178,6 @@ minute:_minute second:_second timeZone:[self viewTimeZone]]; - [self debugWithFormat:@"%s setting date:%@", __PRETTY_FUNCTION__, d]; [self _setDate:d]; } diff --git a/SOGo/UI/Scheduler/Version b/SOGo/UI/Scheduler/Version index b2044669..fccd3799 100644 --- a/SOGo/UI/Scheduler/Version +++ b/SOGo/UI/Scheduler/Version @@ -1,6 +1,6 @@ # $Id$ -SUBMINOR_VERSION:=63 +SUBMINOR_VERSION:=64 # v0.9.61 requires libNGExtensions v4.2.102 # v0.9.41 requires libNGObjWeb v4.2.431