Skip to content

Commit

Permalink
去掉一些无关代码
Browse files Browse the repository at this point in the history
  • Loading branch information
huangjie committed Feb 9, 2018
1 parent 3cae52f commit e7d7abe
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 52 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@
import android.inputmethodservice.KeyboardView;
import android.support.annotation.Nullable;
import android.util.AttributeSet;
import android.util.Log;
import android.view.LayoutInflater;
import android.widget.EditText;
import android.widget.FrameLayout;

import com.jay.easykeyboard.constant.KeyboardConfig;
import com.jay.easykeyboard.constant.Util;
import com.jay.easykeyboard.function.SystemOnKeyboardActionListener;
import com.jay.easykeyboard.keyboard.MyKeyboardView;
Expand Down Expand Up @@ -170,10 +168,4 @@ public void recycle() {
keyboardView = null;
mKeyboard = null;
}

private void Log(String value) {
if (KeyboardConfig.openLog) {
Log.i(TAG, value);
}
}
}

This file was deleted.

This file was deleted.

0 comments on commit e7d7abe

Please sign in to comment.