@@@ remove debugging print
[mLib-python] / t / t-misc.py
index fb84091..66ea0e1 100644 (file)
@@ -34,7 +34,6 @@ import unittest as U
 class Tests (U.TestCase):
 
   def test_path(me):
-    print(M.__file__)
     me.assertTrue(M.__file__.startswith("build"))
 
 ###----- That's all, folks --------------------------------------------------