Disable printing controller output

This commit is contained in:
Cameron Gutman 2016-01-19 17:35:17 -05:00
parent 5d84f8af43
commit 5cdd72a45c

View File

@ -33,7 +33,7 @@ public class VirtualController {
Configuration
}
private static final boolean _PRINT_DEBUG_INFORMATION = true;
private static final boolean _PRINT_DEBUG_INFORMATION = false;
private NvConnection connection = null;
private Context context = null;