Remove debug print from static2dll

This commit is contained in:
RichardG867
2021-11-13 01:09:05 -03:00
parent 54e9f3dd98
commit 6101ceff18
2 changed files with 1 additions and 2 deletions

View File

@@ -91,7 +91,6 @@ parse_pkgconfig() {
for arg in $*
do
local arg_base="$(echo $arg | cut -c1-2)"
echo $arg
if [ "x$arg_base" = "x-l" ]
then
# Don't process the same lib again.