forked from I2P_Developers/i2p.i2p
Console: Remove test code that forces wizard run on dev builds
This commit is contained in:
@@ -35,10 +35,7 @@
|
||||
tgt = "home";
|
||||
} else {
|
||||
String version = net.i2p.CoreVersion.VERSION;
|
||||
if (version.equals("0.9.37")) {
|
||||
// dev builds, force everyone to run it once for testing
|
||||
tgt = "welcome";
|
||||
} else if (version.equals(firstVersion)) {
|
||||
if (version.equals(firstVersion)) {
|
||||
// first install 38 or later, still on same version
|
||||
tgt = "welcome";
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user