[dxgi] Removed leftover debug message

This commit is contained in:
Philip Rebohle 2018-01-17 05:34:51 +01:00
parent 596541ed02
commit 178a8c7c4b
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99
1 changed files with 1 additions and 4 deletions

View File

@ -138,11 +138,8 @@ namespace dxvk {
if (mode != DxgiFormatMode::Depth) {
auto color = m_colorFormats.find(format);
if (color != m_colorFormats.end()) {
if (color->second.format == static_cast<VkFormat>(38))
Logger::err(str::format(format));
if (color != m_colorFormats.end())
return color->second;
}
}
if (mode != DxgiFormatMode::Color) {