X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=blobdiff_plain;f=PLC%2FMethods%2F__init__.py;h=000edba8aa9fb6ff8737e0d63db4004d8c913b5a;hp=dbf9959baceeee151f74784a08366b77e0e99ffe;hb=be1560a0ece794e0f047e6e3c18d4b78ec746b15;hpb=1f446bdabf02495a849c8c8d2d5ef6d2eea491af diff --git a/PLC/Methods/__init__.py b/PLC/Methods/__init__.py index dbf9959..000edba 100644 --- a/PLC/Methods/__init__.py +++ b/PLC/Methods/__init__.py @@ -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 == '.' \