Remove debugging.

This commit is contained in:
David Given
2025-10-03 19:47:00 +02:00
parent f5d19416a9
commit 3d6e980990

View File

@@ -40,8 +40,6 @@ def _package(self, name, package, fallback, pkgconfig):
cflags = pkgconfig.get_property(package, "--cflags")
ldflags = pkgconfig.get_property(package, "--libs")
print(f"package {package} cflags: {cflags}")
print(f"package {package} ldflags: {ldflags}")
if cflags:
self.args["caller_cflags"] = [cflags]
if ldflags: