mirror of
https://github.com/sirjonasxx/G-Earth.git
synced 2024-11-23 00:40:51 +01:00
Removed Rc4Obtainer.DEBUG condition from printing stack traces
This commit is contained in:
parent
c2c0e2b0cb
commit
4bfa5d6b84
@ -145,14 +145,12 @@ public class Rc4Obtainer {
|
||||
return true;
|
||||
}
|
||||
} catch (Exception e) {
|
||||
if (DEBUG)
|
||||
e.printStackTrace();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
} catch (Exception e) {
|
||||
if (DEBUG)
|
||||
e.printStackTrace();
|
||||
}
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user