• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

allura


Commit MetaInfo

修訂abe52d0e35254fbb37137f18f8400a43771b7ced (tree)
時間2012-03-30 21:25:23
作者Dave Brondsema <dbrondsema@geek...>
CommiterYaroslav Luzin

Log Message

ticket:33 remove logging

Change Summary

差異

--- a/Allura/allura/model/project.py
+++ b/Allura/allura/model/project.py
@@ -413,7 +413,6 @@ class Project(MappedClass):
413413 entries = sorted(entries, key=lambda e: e['ordinal'])
414414 for e in entries:
415415 sitemap.children.append(e['entry'])
416- log.info("ENTRY: %s %s" % (e['entry'].label, e['ordinal']))
417416 return sitemap.children
418417
419418 def parent_iter(self):