Skip to content

Commit b2b87ef

Browse files
committed
remove unused ORMA_TRACE var
1 parent 693b08f commit b2b87ef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

android-refimpl-app/app/src/main/java/com/zoffcc/applications/trifa/MainActivity.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,6 @@ public class MainActivity extends AppCompatActivity
344344
final static boolean CTOXCORE_NATIVE_LOGGING = false; // set "false" for release builds
345345
final static boolean NDK_STDOUT_LOGGING = false; // set "false" for release builds
346346
final static boolean DEBUG_BATTERY_OPTIMIZATION_LOGGING = false; // set "false" for release builds
347-
final static boolean ORMA_TRACE = false; // set "false" for release builds
348347
final static boolean INSANE_TRACE_LOGGING = false; // set "false" for release builds
349348
final static int ORMA_CURRENT_DB_SCHEMA_VERSION = 10241; // increase for database schema changes
350349
final static boolean DB_ENCRYPT = true; // set "true" always!

0 commit comments

Comments
 (0)