Console: Remove test code that forces wizard run on dev builds

This commit is contained in:
zzz
2019-01-09 13:07:59 +00:00
parent 5634055d4b
commit 30ea6f3ffa

View File

@@ -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 {