[c-host] remove extra NvFBC noise

This commit is contained in:
Geoffrey McRae 2019-04-10 21:14:11 +10:00
parent 8b47d740a8
commit e4d8cf2d76
2 changed files with 1 additions and 2 deletions

View file

@ -1 +1 @@
a12-143-g0cac3e1c40+1 a12-144-g8b47d740a8+1

View file

@ -98,7 +98,6 @@ bool NvFBCToSysCreate(
if (nvapi.createEx(&params) != NVFBC_SUCCESS) if (nvapi.createEx(&params) != NVFBC_SUCCESS)
{ {
DEBUG_ERROR("Failed to create an instance of NvFBCToSys");
*handle = NULL; *handle = NULL;
return false; return false;
} }