depot_download_manager: remove debug message

This commit is contained in:
Norman Feske 2023-04-19 17:59:12 +02:00 committed by Christian Helmuth
parent cec8a401ae
commit a289eff741

View File

@ -409,8 +409,6 @@ void Depot_download_manager::Main::_handle_query_result()
Xml_node const image = _image.xml();
Xml_node const image_index = _image_index.xml();
log("query result index: ", index);
/* mark jobs referring to existing depot content as unneccessary */
Import::for_each_present_depot_path(dependencies, index, image, image_index,
[&] (Archive::Path const &path) {