From ad52a33f047ab69cf0daef7b9a84a701ae54d41e Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Sat, 11 Apr 2020 22:48:11 +0100 Subject: [PATCH] @@@ remove debugging print Organization: Straylight/Edgeware From: Mark Wooding --- t/t-misc.py | 1 - 1 file changed, 1 deletion(-) diff --git a/t/t-misc.py b/t/t-misc.py index fb84091..66ea0e1 100644 --- a/t/t-misc.py +++ b/t/t-misc.py @@ -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 -------------------------------------------------- -- [mdw]