[Pkg-debile-commits] [debile-master] 10/28: Removed debugging info
Léo Cavaillé
leo.cavaille-guest at alioth.debian.org
Wed Aug 21 13:36:50 UTC 2013
This is an automated email from the git hooks/post-receive script.
leo.cavaille-guest pushed a commit to branch master
in repository debile-master.
commit b29777f9417b70a330d7d58f41fec0ab7d135dd1
Author: Léo Cavaillé <leo at cavaille.net>
Date: Sat Aug 17 00:02:58 2013 +0200
Removed debugging info
---
lucy/incoming.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/lucy/incoming.py b/lucy/incoming.py
index 25f94e4..3375459 100644
--- a/lucy/incoming.py
+++ b/lucy/incoming.py
@@ -83,7 +83,6 @@ def accept_source(changes, user):
.filter(Source.version == changes['version'])\
.filter(User.id == owner.id)\
.all()]
- print previous_runs
if previous_runs:
run_nb = max(previous_runs) + 1
else:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-debile/debile-master.git
More information about the Pkg-debile-commits
mailing list