Skip to content

Commit

Permalink
remove lib print
Browse files Browse the repository at this point in the history
  • Loading branch information
briangu committed Dec 14, 2023
1 parent 62c5ead commit d5a6cb7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/kgpy
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,6 @@ def append_pkg_resource_path_KLONGPATH():
klongpath = os.environ.get("KLONGPATH", ".:lib")
klongpath = f"{klongpath}:{pkg_lib_path}" if klongpath else str(pkg_lib_path)
os.environ["KLONGPATH"] = klongpath
print(f"KLONGPATH: {klongpath}")


if __name__ == "__main__":
Expand Down

0 comments on commit d5a6cb7

Please sign in to comment.