Skip to content

Commit

Permalink
disable dev mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ManfredKarrer committed Apr 8, 2016
1 parent 333d0bf commit e4d8c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/src/main/java/io/bitsquare/app/BitsquareApp.java
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
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;
Expand Down

0 comments on commit e4d8c30

Please sign in to comment.