docs: typos fixed, print statements removed

This commit is contained in:
Fabian Joswig 2022-02-08 13:48:55 +00:00
parent 3c990b2e1f
commit b8b3d6191f
3 changed files with 3 additions and 26 deletions

View file

@ -573,7 +573,6 @@ def read_qtop(path, prefix, c, dtr_cnfg=1, version="1.2", **kwargs):
found = []
files = []
for (dirpath, dirnames, filenames) in os.walk(path + "/"):
# print(filenames)
found.extend(filenames)
break
for f in found: