aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2010-03-03 08:48:33 +0100
committerJaroslav Kysela <perex@perex.cz>2010-03-03 08:48:33 +0100
commit8a0fc9b78a9178f2148a6878e52e56eb0211ea3f (patch)
treec0425faf20551907c9e32625538047712b86abce
parentad56f75ef87b86dff8c3982dcd62e1d96ec997bf (diff)
downloadalsa-driver-build-unstable-8a0fc9b78a9178f2148a6878e52e56eb0211ea3f.tar.gz
alsa-compile.sh: remove debugging code
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
-rwxr-xr-xutils/alsa-compile.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/alsa-compile.sh b/utils/alsa-compile.sh
index b37664684..d42ec8287 100755
--- a/utils/alsa-compile.sh
+++ b/utils/alsa-compile.sh
@@ -670,8 +670,6 @@ parse_modules() {
if ! test -s ../modules.top ; then
for i in modules/*.*o; do
- pwd
- echo "$i"
if test -r $i; then
a=$($modinfobin $i | grep "parm:" | grep "enable:")
if ! test -z "$a"; then