remove too noisy log print

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
This commit is contained in:
Matthieu Gallien 2021-11-22 13:24:50 +01:00 committed by Matthieu Gallien (Rebase PR Action)
parent 79282a8df9
commit 9eed62a854

View file

@ -618,7 +618,6 @@ OCC::CfApiWrapper::PlaceHolderInfo OCC::CfApiWrapper::findPlaceholderInfo(const
if (result == S_OK) {
return info;
} else {
qCWarning(lcCfApiWrapper()) << "Couldn't get placeholder info" << QString::fromWCharArray(_com_error(result).ErrorMessage());
return {};
}
}