aboutsummaryrefslogtreecommitdiff
path: root/rhodecode/lib/celerylib/tasks.py
diff options
context:
space:
mode:
Diffstat (limited to 'rhodecode/lib/celerylib/tasks.py')
-rw-r--r--rhodecode/lib/celerylib/tasks.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/rhodecode/lib/celerylib/tasks.py b/rhodecode/lib/celerylib/tasks.py
index d79bd81d..868b4243 100644
--- a/rhodecode/lib/celerylib/tasks.py
+++ b/rhodecode/lib/celerylib/tasks.py
@@ -102,7 +102,6 @@ def get_commits_stats(repo_name, ts_min_y, ts_max_y):
lockkey = __get_lockkey('get_commits_stats', repo_name, ts_min_y,
ts_max_y)
lockkey_path = dn(dn(dn(dn(os.path.abspath(__file__)))))
- print jn(lockkey_path, lockkey)
log.info('running task with lockkey %s', lockkey)
try:
lock = l = DaemonLock(jn(lockkey_path, lockkey))