Remove debugging "set -x".
authorFred Drake <fdrake@acm.org>
Sat, 3 Mar 2001 19:57:26 +0000 (19:57 +0000)
committerFred Drake <fdrake@acm.org>
Sat, 3 Mar 2001 19:57:26 +0000 (19:57 +0000)
Doc/tools/push-docs.sh

index 1a28cb484714861ab23cf9f73852c548a43c30b5..0703d11000c756351ec2ac146b920ef1b878e890 100755 (executable)
@@ -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