[CalendarServer-changes] [7687] CalendarServer/trunk/contrib/performance/test_stats.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Jun 29 08:29:23 PDT 2011


Revision: 7687
          http://trac.macosforge.org/projects/calendarserver/changeset/7687
Author:   exarkun at twistedmatrix.com
Date:     2011-06-29 08:29:23 -0700 (Wed, 29 Jun 2011)
Log Message:
-----------
remove debug print

Modified Paths:
--------------
    CalendarServer/trunk/contrib/performance/test_stats.py

Modified: CalendarServer/trunk/contrib/performance/test_stats.py
===================================================================
--- CalendarServer/trunk/contrib/performance/test_stats.py	2011-06-29 15:29:12 UTC (rev 7686)
+++ CalendarServer/trunk/contrib/performance/test_stats.py	2011-06-29 15:29:23 UTC (rev 7687)
@@ -69,7 +69,6 @@
     def test_workdistribution(self):
         tzname = "US/Eastern"
         tzinfo = pytz.timezone(tzname)
-        print tzinfo
         dist = WorkDistribution(["mon", "wed", "thu", "sat"], 10, 20, tzname)
         dist._helperDistribution = UniformDiscreteDistribution([35 * 60 * 60 + 30 * 60])
         dist.now = lambda tz=None: datetime(2011, 5, 29, 18, 5, 36, tzinfo=tz)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110629/154f4ff0/attachment.html>


More information about the calendarserver-changes mailing list