chiark / gitweb /
@@@ remove debugging print mdw/python3.pyke
authorMark Wooding <mdw@distorted.org.uk>
Sat, 11 Apr 2020 21:48:11 +0000 (22:48 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 11 Apr 2020 21:49:48 +0000 (22:49 +0100)
t/t-misc.py

index fb84091a7b2b2e3e0040d5fa7c1b7da97271e869..66ea0e16378737f017ae56c50c048da0c55df8c7 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 --------------------------------------------------