From: Fred Drake Date: Sat, 3 Mar 2001 19:57:26 +0000 (+0000) Subject: Remove debugging "set -x". X-Git-Tag: v2.1b2~235 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0c8f6643c6eb0de2c4f3fdab86787ebc5e0b3f81;p=thirdparty%2FPython%2Fcpython.git Remove debugging "set -x". --- diff --git a/Doc/tools/push-docs.sh b/Doc/tools/push-docs.sh index 1a28cb484714..0703d11000c7 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