summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xLib/test/regrtest.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py
index a1c93d4..060fb83 100755
--- a/Lib/test/regrtest.py
+++ b/Lib/test/regrtest.py
@@ -1368,6 +1368,4 @@ if __name__ == '__main__':
i -= 1
if os.path.abspath(os.path.normpath(sys.path[i])) == mydir:
del sys.path[i]
- if '--slaveargs' not in sys.argv and len(sys.path) == pathlen:
- print('Could not find %r in sys.path to remove it' % mydir)
main()