mirror of
https://github.com/i2p/i2p.i2p.git
synced 2024-12-06 19:27:00 +01:00
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