Skip to content

Commit

Permalink
Remove spurious printouts
Browse files Browse the repository at this point in the history
  • Loading branch information
tkittel committed Nov 22, 2024
1 parent 426b79a commit a031d7a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ncrystal_python/NCrystal/_locatelib.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ def _search_core_info_mod( is_monolithic ):
mod = None
versions = None
if mod:
print("FOUND CORE INFO MOD",mod.__file__)
#versions = ( mod.version(), _nc_version )
return mod.libpath(), mod.namespace(), mod.version()

Expand All @@ -174,5 +173,4 @@ def _search_nccfgapp():
if len(lines) == 3:
p = pathlib.Path(lines[0])
if p.is_file():
print("FOUND VIA ncrystal-config")
return p, ( lines[1].strip() or None ), lines[2].strip()

0 comments on commit a031d7a

Please sign in to comment.