remove a debug line

This commit is contained in:
nhmall
2026-05-19 11:53:54 -04:00
parent 46735de8a6
commit 182dd93a38
-1
View File
@@ -135,7 +135,6 @@ PKG_EXISTS := $(shell rpm -q $(LUAPKGNAME) > /dev/null 2>&1 \
&& echo yes || echo no)
#
else
$(info Section for DEFAULT)
PKG_EXISTS=no
$(info Existance of package $(LUAPKGNAME) could not be verified)
endif