Removed debug message

This commit is contained in:
Taro L. Saito 2011-08-02 13:18:29 +09:00
parent 2f6dc58ba8
commit 075b94af00
1 changed files with 1 additions and 1 deletions

View File

@ -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 {