remove debug log

This commit is contained in:
David Kocik 2024-06-14 15:03:43 +02:00 committed by Lukas Matena
parent b67683fa26
commit 34867f1de3

View File

@ -893,7 +893,6 @@ bool sync_inner(std::string& manifest)
void PresetArchiveDatabase::sync_blocking()
{
BOOST_LOG_TRIVIAL(error) << __FUNCTION__ << " " << std::this_thread::get_id();
std::string manifest;
if (!sync_inner(manifest))
return;