[Buildbot-commits] buildbot/buildbot/status html.py,1.48,1.49

Brian Warner warner at users.sourceforge.net
Thu Dec 9 10:26:16 UTC 2004


Update of /cvsroot/buildbot/buildbot/buildbot/status
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18350/buildbot/status

Modified Files:
	html.py 
Log Message:
(StatusResourceBuilder.getChild): remove debug message


Index: html.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/status/html.py,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- html.py	6 Dec 2004 07:21:51 -0000	1.48
+++ html.py	9 Dec 2004 10:26:13 -0000	1.49
@@ -411,8 +411,6 @@
         return Redirect("..")
 
     def getChild(self, path, request):
-        log.msg('path=%s, postpath=%s, prepath=%s' % (path, request.postpath,
-                                                      request.prepath))
         if path == "force":
             return self.force(request)
         if path == "ping":
@@ -548,6 +546,7 @@
             if data:
                 self.req.write(data)
                 return
+        # TODO: I've seen this double-print a line
         # now send all of .runEntries in a batch
         data = self.content(self.original.runEntries)
         if data:





More information about the Commits mailing list