mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2026-06-04 10:36:54 +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