diff --git a/roles/collectd/templates/mountstats_collectd.py.j2 b/roles/collectd/templates/mountstats_collectd.py.j2
index 197c8098f179c70783a635b60e4e4f7a3e2555be..b093cc0b88bb43baed317a1788dc9451733fbcfd 100644
--- a/roles/collectd/templates/mountstats_collectd.py.j2
+++ b/roles/collectd/templates/mountstats_collectd.py.j2
@@ -38,7 +38,6 @@ def read(data=None):
         values = get_values()
 
         for mount,stats in values.items():
-            print(mount)
             vl.plugin_instance = mount
             for s in stats:
                 vl.dispatch(type='gauge',type_instance=s[0],values=[s[1]])