From: Fred Drake Date: Fri, 15 May 1998 13:38:21 +0000 (+0000) Subject: Remove debugging echo. X-Git-Tag: v1.5.2a1~628 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8d1b3384c32e37a06cfb90f0b43391239bfdd59a;p=python Remove debugging echo. --- diff --git a/Doc/tools/mkhowto.sh b/Doc/tools/mkhowto.sh index 851e1020e4..6565976670 100755 --- a/Doc/tools/mkhowto.sh +++ b/Doc/tools/mkhowto.sh @@ -228,7 +228,6 @@ for FILE in $@ ; do # TEXINPUTS=$FILEDIR:$COMMONTEXINPUTS export TEXINPUTS - echo TEXINPUTS is $TEXINPUTS # if [ "$BUILD_DVI" -o "$BUILD_PS" ] ; then build_dvi $FILE 2>&1 | tee -a $LOGFILE