aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django/git_wiki
diff options
context:
space:
mode:
authorbnewbold <bnewbold@manus.(none)>2007-02-22 00:23:55 -0800
committerbnewbold <bnewbold@manus.(none)>2007-02-22 00:23:55 -0800
commit9e1be7c15c75fae91a5e9c1dcf16bdf1050c6435 (patch)
tree52acd74d10ee981d97eb097d7fba60fb9bf75a91 /bn_django/git_wiki
parent52a791b0dcd40f1b790c523b8c65086083206a6d (diff)
downloadbnewnet-9e1be7c15c75fae91a5e9c1dcf16bdf1050c6435.tar.gz
bnewnet-9e1be7c15c75fae91a5e9c1dcf16bdf1050c6435.zip
removed 'print' debug statements
Diffstat (limited to 'bn_django/git_wiki')
-rw-r--r--bn_django/git_wiki/models.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/bn_django/git_wiki/models.py b/bn_django/git_wiki/models.py
index 47fc612..11f00f1 100644
--- a/bn_django/git_wiki/models.py
+++ b/bn_django/git_wiki/models.py
@@ -216,8 +216,6 @@ def shortlog(hash=None,tree=None):
hash=tree.id
logtxt = commands.getoutput(GITPREFIX \
+ ' log --relative-date --max-count=6 | cat')
- print GITPREFIX
- print logtxt
log_items = logtxt.split('\ncommit ')
if (log_items[0] == ''):
log_items.pop(0)