Skip to content

Commit d158447

Browse files
committed
Remove debugging statement
1 parent cdf67e9 commit d158447

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gitconsensusservice/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
app.config.update(yaml.load(infile.read()))
1313

1414
if 'CELERY_BROKER' in app.config:
15-
print(app.config['CELERY_BROKER'])
1615
celery = Celery('gitconsensus', broker=app.config['CELERY_BROKER'])
1716
else:
1817
celery = Celery('gitconsensus')

0 commit comments

Comments
 (0)