diff --git a/rpcs3/Emu/RSX/NV47/FW/draw_call.cpp b/rpcs3/Emu/RSX/NV47/FW/draw_call.cpp index 96b1910ae9..e4dcb5dad4 100644 --- a/rpcs3/Emu/RSX/NV47/FW/draw_call.cpp +++ b/rpcs3/Emu/RSX/NV47/FW/draw_call.cpp @@ -101,8 +101,6 @@ namespace rsx if (draw_command_barriers.empty()) { - // Raise alarm here for investigation, we may be missing a corner case. - rsx_log.error("Instanced draw detected, but no command barriers found!"); return false; }