Accepting request 70852 from home:a_jaeger:branches:build-compare-test

Remove debug echo output.

OBS-URL: https://build.opensuse.org/request/show/70852
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build-compare?expand=0&rev=97
This commit is contained in:
Andreas Jaeger 2011-05-20 18:31:32 +00:00 committed by Git OBS Bridge
parent 66269e661b
commit f84030d17f
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri May 20 18:29:57 UTC 2011 - aj@suse.de
- Remove debug echo output.
-------------------------------------------------------------------
Tue Apr 19 11:47:57 UTC 2011 - aj@suse.de

View File

@ -150,7 +150,6 @@ check_single_file()
return 0
;;
*.a)
echo "$file is .a"
flist=`ar t new/$file`
pwd=$PWD
fdir=`dirname $file`