зеркало из https://github.com/mozilla/pluotsorbet.git
Remove logging statements
This commit is contained in:
Родитель
18b82f7baa
Коммит
afda0c2b2a
|
@ -208,10 +208,9 @@ public final class SecurityHandler {
|
|||
|
||||
MIDletSuite current =
|
||||
MIDletStateHandler.getMidletStateHandler().getMIDletSuite();
|
||||
System.out.println("THISCHECKFORPERMISSION");
|
||||
|
||||
if (current != null) {
|
||||
// can throw SecurityException
|
||||
System.out.println("HERE");
|
||||
int permId = Permissions.getId(permission);
|
||||
if (checkPermission0(current.getID(), permId)) {
|
||||
return false;
|
||||
|
|
Загрузка…
Ссылка в новой задаче