From 89b54a9d6df0bd5c2bff7ed93fe771c4c414fe93 Mon Sep 17 00:00:00 2001 From: kongr45gpen Date: Thu, 18 May 2017 03:28:46 +0300 Subject: Remove leftover debugging code --- local/handler/PushHandler.py | 1 - 1 file changed, 1 deletion(-) diff --git a/local/handler/PushHandler.py b/local/handler/PushHandler.py index fc33d4f..4ab47b7 100644 --- a/local/handler/PushHandler.py +++ b/local/handler/PushHandler.py @@ -117,7 +117,6 @@ def handle(data, theme): i = 0 for commit in data['commits']: max = configValue('maxCommitCount') - print "len of data commits is " + str(len(data['commits'])) + " while max+1= " + str(max+1) if max != 0 and len(data['commits']) != max + 1 and i >= max: theme.more( branch = branch, -- cgit v1.2.3