CI: test_unreferenced_files: remove debug prints (MR 3545)

Drop these debug prints which I added while extending the test to work
with MR 3386.
This commit is contained in:
Oliver Smith 2022-10-16 13:51:52 +02:00 committed by Newbyte
parent f007868914
commit 2b3254df32
No known key found for this signature in database
GPG key ID: 5873C171C9429CFA

View file

@ -79,9 +79,6 @@ def test_aports_unreferenced_files(args):
continue
subpackage_installs += subpackage.get("install", [])
subpackage_triggers += subpackage.get("triggers", [])
print(subpackage_installs)
if "device-nokia-n900-nonfree-firmware.post-install" in subpackage_installs:
print(subpackage)
# Collect trigger files
trigger_sources = []