Remove debug code leftover from 4755c42d70

This commit is contained in:
Wojtek Figat
2023-03-27 17:35:56 +02:00
parent 4755c42d70
commit 8d7225c056

View File

@@ -33,11 +33,6 @@ namespace FlaxEngine.Utilities
sb.Append(genericArgs[i].GetTypeName());
}
sb.Append(']');
var sss = sb.ToString();
if (sss != type.FullName)
{
Debug.LogError($"Different type name: {type.FullName} vs {sss}");
}
return sb.ToString();
}
return type.FullName;