Reverting the debugging code I was using to narrow down the problem on Jenkins now that the issue was fixed by PR-4946

Signed-off-by: Gene Walters <genewalt@amazon.com>
This commit is contained in:
Gene Walters
2021-10-25 14:46:03 -07:00
parent c9a02e3c8a
commit 48c438f469
5 changed files with 7 additions and 46 deletions
@@ -152,7 +152,7 @@ namespace LegacyLevelSystem
// [LYN-2376] Remove once legacy slice support is removed
int SpawnableLevelSystem::GetLevelCount()
{
AZ_Warning("SpawnableLevelSystem", false, "GetLevelCount - No longer supported.");
AZ_Assert(false, "GetLevelCount - No longer supported.");
return 0;
}