remove confusing warning

This commit is contained in:
Jakob 2023-07-09 18:43:52 +02:00
parent ee31cf06d4
commit 45c6dbce70

View file

@ -158,7 +158,6 @@ namespace EnvyUpdate
{ {
case "osid": case "osid":
id = GetOSID(); id = GetOSID();
Debug.LogToFile("WARN Ignore previous warning, just getting osid.");
Debug.LogToFile("INFO Got osid: " + id); Debug.LogToFile("INFO Got osid: " + id);
break; break;
case "psid": case "psid":