Skip to content

Commit 7302b19

Browse files
authored
Merge pull request #854 from skritch/patch-1
Don't print the settings in self.statsd
2 parents 5ed1e01 + f2909d9 commit 7302b19

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nbviewer/providers/base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,6 @@ def statsd(self):
216216
if hasattr(self, '_statsd'):
217217
return self._statsd
218218
if self.settings['statsd_host']:
219-
print(self.settings)
220219
self._statsd = statsd.StatsClient(
221220
self.settings['statsd_host'],
222221
self.settings['statsd_port'],

0 commit comments

Comments
 (0)