other minor tweaks - doc generation should still be broken
[plcapi.git] / PLC / Methods / __init__.py
index dbf9959..000edba 100644 (file)
@@ -20,7 +20,6 @@ contents = [
 for dir, pattern in contents:
     prefix = len(dir) + 1
     matches = glob.glob("{}/{}".format(dir, pattern))
-    print(matches)
     for match in matches:
         filename = match[prefix:][:-3]
         python_name = filename if dir == '.' \