Skip to content

Commit f2909d9

Browse files
authored
Don't print the settings in self.statsd
:)
1 parent 51317e6 commit f2909d9

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
@@ -214,7 +214,6 @@ def statsd(self):
214214
if hasattr(self, '_statsd'):
215215
return self._statsd
216216
if self.settings['statsd_host']:
217-
print(self.settings)
218217
self._statsd = statsd.StatsClient(
219218
self.settings['statsd_host'],
220219
self.settings['statsd_port'],

0 commit comments

Comments
 (0)