[CalendarServer-changes] [15084] CalendarServer/branches/users/sredmond/clientsim/contrib/ performance/loadtest/population.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Aug 31 16:44:49 PDT 2015


Revision: 15084
          http://trac.calendarserver.org//changeset/15084
Author:   sredmond at apple.com
Date:     2015-08-31 16:44:48 -0700 (Mon, 31 Aug 2015)
Log Message:
-----------
Removes message tracking debug lines

Modified Paths:
--------------
    CalendarServer/branches/users/sredmond/clientsim/contrib/performance/loadtest/population.py

Modified: CalendarServer/branches/users/sredmond/clientsim/contrib/performance/loadtest/population.py
===================================================================
--- CalendarServer/branches/users/sredmond/clientsim/contrib/performance/loadtest/population.py	2015-08-31 22:56:07 UTC (rev 15083)
+++ CalendarServer/branches/users/sredmond/clientsim/contrib/performance/loadtest/population.py	2015-08-31 23:44:48 UTC (rev 15084)
@@ -292,13 +292,10 @@
                     self.getUserRecord(number),
                     auth
                 )
-                import random
                 self.clients.append(client)
                 client.run().addErrback(self._clientFailure, reactor)
                 for profileTemplate in clientFactory.profiles:
-                    print("Templated interval is:" + str(profileTemplate._interval))
                     profile = profileTemplate.duplicate()
-                    print("I see the interval as:" + str(profile._interval))
                     profile.setUp(self.reactor, self, client, number)
                     profile.run().addErrback(self._profileFailure, reactor)
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20150831/9a17ad99/attachment.html>


More information about the calendarserver-changes mailing list