From 0c8f6643c6eb0de2c4f3fdab86787ebc5e0b3f81 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Sat, 3 Mar 2001 19:57:26 +0000 Subject: Remove debugging "set -x". --- Doc/tools/push-docs.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/Doc/tools/push-docs.sh b/Doc/tools/push-docs.sh index 1a28cb4..0703d11 100755 --- a/Doc/tools/push-docs.sh +++ b/Doc/tools/push-docs.sh @@ -7,9 +7,6 @@ TARGET=python.sourceforge.net:/home/users/fdrake/tmp ADDRESSES='python-dev@python.org doc-sig@python.org python-list@python.org' - -set -x - EXPLANATION='' if [ "$1" = '-m' ] ; then -- cgit v0.12