]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
naoki: Remove left over logging call.
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 8 Oct 2010 20:47:03 +0000 (22:47 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 9 Oct 2010 22:08:15 +0000 (00:08 +0200)
tools/quality-agent.d/099-strip

index f79b9a3ef7ed733100a4e4f1fce9f284cd2047cd..bd7a16a45fb8930258b5a102f0a909f987b7c810 100755 (executable)
@@ -12,7 +12,6 @@ function check() {
                fi
        done
 
-       log "Strip unneeded symbols"
        for f in $(find ${BUILDROOT} -type f); do
                if (file $f | grep -q ' shared object,'); then
                        strip --strip-unneeded "$f" || :