From bbe526ee01d90423efcdce080dca88978adbb067 Mon Sep 17 00:00:00 2001 From: Erik Oosting Date: Thu, 31 Dec 2020 17:25:34 +0100 Subject: [PATCH] removed debugging statement --- nur/index.py | 1 - 1 file changed, 1 deletion(-) diff --git a/nur/index.py b/nur/index.py index 36526ab8a..a6cd34594 100644 --- a/nur/index.py +++ b/nur/index.py @@ -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)