[xiph-commits] r3802 - liboggz/trunk/src/tools

conrad at svn.annodex.net conrad at svn.annodex.net
Thu Nov 20 19:09:50 PST 2008


Author: conrad
Date: 2008-11-20 19:09:50 -0800 (Thu, 20 Nov 2008)
New Revision: 3802

Modified:
   liboggz/trunk/src/tools/oggz-diff.in
Log:
remove debugging echos from oggz-diff


Modified: liboggz/trunk/src/tools/oggz-diff.in
===================================================================
--- liboggz/trunk/src/tools/oggz-diff.in	2008-11-21 02:43:25 UTC (rev 3801)
+++ liboggz/trunk/src/tools/oggz-diff.in	2008-11-21 03:09:50 UTC (rev 3802)
@@ -70,14 +70,10 @@
 
 # First check for -? option
 if test "X$1" = "X-?"; then
-  echo $QARGS
   exit 0
 fi
 
-echo $GETOPTARGS
-
 TEMP=`getopt $GETOPTARGS "$@"`
-echo $TEMP
 
 if test "$?" != "0"; then
   usage



More information about the commits mailing list