mirror of
https://github.com/xerial/snappy-java.git
synced 2025-07-23 14:04:39 +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,
|
||||
"false"));
|
||||
System.out.println("use native code injection: " + useNativeCodeInjection);
|
||||
//System.out.println("use native code injection: " + useNativeCodeInjection);
|
||||
|
||||
if (useNativeCodeInjection) {
|
||||
try {
|
||||
|
Loading…
x
Reference in New Issue
Block a user