mirror of
https://github.com/xerial/snappy-java.git
synced 2025-07-26 15:34:08 +02:00
Removed debug message
This commit is contained in:
parent
2f6dc58ba8
commit
075b94af00
@ -152,7 +152,7 @@ public class SnappyLoader
|
|||||||
|
|
||||||
boolean useNativeCodeInjection = !Boolean.parseBoolean(System.getProperty(KEY_SNAPPY_DISABLE_NATIVE_INJECTION,
|
boolean useNativeCodeInjection = !Boolean.parseBoolean(System.getProperty(KEY_SNAPPY_DISABLE_NATIVE_INJECTION,
|
||||||
"false"));
|
"false"));
|
||||||
System.out.println("use native code injection: " + useNativeCodeInjection);
|
//System.out.println("use native code injection: " + useNativeCodeInjection);
|
||||||
|
|
||||||
if (useNativeCodeInjection) {
|
if (useNativeCodeInjection) {
|
||||||
try {
|
try {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user