Skip to content
Snippets Groups Projects
Commit 10cc52c8 authored by Mick Jordan's avatar Mick Jordan
Browse files

turn off RFFIUtils.alwaysTrace

parent 4858e010
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ public class RFFIUtils {
/**
* Set this to {@code true} when it is not possible to set {@link FastROptions}.
*/
private static boolean alwaysTrace = true;
private static boolean alwaysTrace;
public static byte[] wrapChar(char v) {
return new byte[]{(byte) v};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment