Crypto: Comment out Cryptix debug logging

This commit is contained in:
zzz
2015-05-06 01:53:50 +00:00
parent 2aafc23774
commit c4877ea092
3 changed files with 30 additions and 9 deletions

View File

@@ -18,7 +18,7 @@ public class RouterVersion {
/** deprecated */
public final static String ID = "Monotone";
public final static String VERSION = CoreVersion.VERSION;
public final static long BUILD = 15;
public final static long BUILD = 16;
/** for example "-test" */
public final static String EXTRA = "";