v1.2.0: turned off review support from debug updates

This commit is contained in:
Evan Debenham 2022-02-06 14:47:18 -05:00
parent 1335bfbc76
commit c60b5dd497

View File

@ -72,7 +72,7 @@ public class DebugUpdates extends UpdateService {
@Override
public boolean supportsReviews() {
return true;
return false; //turn on to debug review prompts
}
@Override