reenable safety function

This commit is contained in:
AdrianLxM 2017-02-11 19:59:20 +01:00 committed by GitHub
parent 06ee59b42c
commit e4c529fa1f

View file

@ -253,7 +253,7 @@ public class CircadianPercentageProfilePlugin implements PluginBase, ProfileInte
@Override
public NSProfile getProfile() {
// performLimitCheck();
performLimitCheck();
return convertedProfile;
}