Skip to content

Commit

Permalink
Removed a superfluous debug message.
Browse files Browse the repository at this point in the history
  • Loading branch information
iiordanov committed Feb 9, 2019
1 parent d7ae63b commit 644a675
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bVNC/src2/main/java/com/iiordanov/bVNC/ConnectionBean.java
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,8 @@ public class ConnectionBean extends AbstractConnectionBean implements Comparable
if (context != null) {
inputMode = Utils.querySharedPreferenceString(context, Constants.defaultInputMethodTag,
InputHandlerDirectSwipePan.ID);
android.util.Log.e(TAG, "Default input mode found: " + inputMode);
} else {
android.util.Log.d(TAG, "Failed to query default input method, context is null.");
android.util.Log.e(TAG, "Failed to query default input method, context is null.");
}
set_Id(0);
setAddress("");
Expand Down

0 comments on commit 644a675

Please sign in to comment.