Skip to content

Commit ecd1a2a

Browse files
committed
Remove debugging statements
1 parent 21e6f0e commit ecd1a2a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -662,9 +662,7 @@ def make_paths():
662662
else:
663663
if not have_LD_LIBRARY_PATH:
664664
os.environ["LD_LIBRARY_PATH"] = ""
665-
print("%r" % NS3_MODULE_PATH)
666665
for path in NS3_MODULE_PATH:
667-
print("%r", path)
668666
os.environ["LD_LIBRARY_PATH"] += ":" + path
669667
os.environ["LD_LIBRARY_PATH"] += ":" + dce_ldlibpath
670668
if options.verbose:

0 commit comments

Comments
 (0)