removed debugging statement

This commit is contained in:
Erik Oosting 2020-12-31 17:25:34 +01:00
parent 82527e8398
commit bbe526ee01

View file

@ -54,7 +54,6 @@ callPackage (nur.repo-sources."%s" + "/%s") {}
stripped = path.parts[4:]
attrPath = "/".join(stripped[1:])
location = f"{prefixes[stripped[0]]}{attrPath}"
print(stripped, file=sys.stderr)
pkg["meta"]["position"] = f"{location}#L{line}"
elif position is not None and position.find("nur-combined") > -1:
path_str, line = position.rsplit(":", 1)