dzn: Remove spammy logging during device create

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20364>
This commit is contained in:
Jesse Natalie
2022-12-16 10:07:37 -08:00
parent a0b9e5a93e
commit 22bb768a8e

View File

@@ -206,7 +206,6 @@ try_find_d3d12core_next_to_self(char *path, size_t path_arr_size)
} }
if (GetFileAttributesA(path) == INVALID_FILE_ATTRIBUTES) { if (GetFileAttributesA(path) == INVALID_FILE_ATTRIBUTES) {
mesa_logi("No D3D12Core.dll exists next to self\n");
return NULL; return NULL;
} }