aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkongr45gpen <electrovesta@gmail.com>2017-05-18 03:28:46 +0300
committerkongr45gpen <electrovesta@gmail.com>2017-05-18 03:28:46 +0300
commit89b54a9d6df0bd5c2bff7ed93fe771c4c414fe93 (patch)
treed9c0246235e97ba833cc00a757a7751275bd69d3
parente350d277690773bf0cca5da00718a73262d69149 (diff)
downloadsupybot_github-89b54a9d6df0bd5c2bff7ed93fe771c4c414fe93.tar.gz
supybot_github-89b54a9d6df0bd5c2bff7ed93fe771c4c414fe93.tar.bz2
supybot_github-89b54a9d6df0bd5c2bff7ed93fe771c4c414fe93.zip
Remove leftover debugging code
-rw-r--r--local/handler/PushHandler.py1
1 files changed, 0 insertions, 1 deletions
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,

© 2014-2024 Faster IT GmbH | imprint | privacy policy