aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django/git_wiki
diff options
context:
space:
mode:
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)