diff --git a/MDAF/MDAF.py b/MDAF/MDAF.py index 403bdb8..adcb6de 100644 --- a/MDAF/MDAF.py +++ b/MDAF/MDAF.py @@ -157,7 +157,6 @@ def writerepresentation(funcpath, charas): def representfunc(funcpath, forced = False): if (funcpath.find('@') == 0): funcpath = path.dirname(__file__) + '/TestFunctions/' + funcpath[1:] - print(funcpath) #defining the function name funcname = path.splitext(path.basename(funcpath))[0]