refactor: remove not needed debug break

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2025-09-17 15:56:54 +00:00
committed by Compute-Runtime-Automation
parent 678e2d66e9
commit f13c18be8c

View File

@@ -137,7 +137,6 @@ void TbxCommandStreamReceiverHw<GfxFamily>::initializeEngine() {
return;
}
}
DEBUG_BREAK_IF(this->aubManager);
}
template <typename GfxFamily>