From d5d4138a7e7cb16ab7a322956ef20ab7b9988f3c Mon Sep 17 00:00:00 2001 From: Thomas Kittelmann Date: Mon, 25 Nov 2024 14:35:06 +0100 Subject: [PATCH] Less locatelib printouts --- ncrystal_python/NCrystal/_locatelib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ncrystal_python/NCrystal/_locatelib.py b/ncrystal_python/NCrystal/_locatelib.py index 122dd2d..27d14aa 100644 --- a/ncrystal_python/NCrystal/_locatelib.py +++ b/ncrystal_python/NCrystal/_locatelib.py @@ -85,7 +85,7 @@ def _search(): #always invoke _detect_monolithic_installation() since it also detects #broken installations. - verbose = True#fixme + verbose = False#fixme if verbose: from ._common import print print('NCrystal._locatelib: Starting search for NCrystal shared library')