mirror of
https://codeberg.org/WinDurango/WinDurango.git
synced 2026-04-18 02:23:34 -04:00
Removed an unnecessary DebugBreak
This commit is contained in:
@@ -326,11 +326,6 @@ HRESULT WINAPI WdRoGetActivationFactoryCore(
|
||||
}
|
||||
}
|
||||
|
||||
if (wcscmp(rawString, L"Windows.Xbox.Chat.ChatSession") == 0)
|
||||
{
|
||||
DebugBreak();
|
||||
}
|
||||
|
||||
return g_RoGetActivationFactory(activatableClassId, iid, factory);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user