mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-06-12 05:53:53 +00:00
Don't warn when finding unknown services in ServiceChecker
This commit is contained in:
@ -107,7 +107,6 @@ public class TFM_ServiceChecker
|
||||
final ServiceStatus service = services.get(pair.getKey());
|
||||
if (service == null)
|
||||
{
|
||||
TFM_Log.warning("ServiceChecker found unknown service: " + pair.getKey());
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user