[Utils] Remove debugbreak

This commit is contained in:
momo5502 2017-02-08 19:27:24 +01:00
parent c8b8633cc2
commit a32ad0b2dd

View File

@ -48,10 +48,6 @@ namespace Utils
{
this->slots.push_back(slot);
}
else
{
__debugbreak();
}
}
void clear()