mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-05-16 05:22:17 -04:00
disable dev mode
This commit is contained in:
parent
333d0bf789
commit
e4d8c30252
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ import static io.bitsquare.app.BitsquareEnvironment.APP_NAME_KEY;
|
|||
public class BitsquareApp extends Application {
|
||||
private static final Logger log = (ch.qos.logback.classic.Logger) LoggerFactory.getLogger(BitsquareApp.class);
|
||||
|
||||
public static final boolean DEV_MODE = true;
|
||||
public static final boolean DEV_MODE = false;
|
||||
public static final boolean IS_RELEASE_VERSION = !DEV_MODE && true;
|
||||
|
||||
private static Environment env;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue