]> arthur.barton.de Git - netdata.git/blobdiff - python.d/python_modules/base.py
second run
[netdata.git] / python.d / python_modules / base.py
index 9c1f76c3c995ca999105b3615f9dc4f4d4635ff4..bfbe07356621e0bf58836f7c66047c21e7f08416 100644 (file)
@@ -7,7 +7,6 @@ import sys
 
 class BaseService(object):
     def __init__(self,name=None,configuration=None):
-        print(configuration)
         if configuration is None:
             self.error("BaseService: no configuration parameters supplied. Cannot create Service.")
             raise RuntimeError