Skip to content

Commit

Permalink
log messages removed
Browse files Browse the repository at this point in the history
  • Loading branch information
ctorney committed Feb 27, 2023
1 parent 877eb9f commit acfc27d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ android {


android {
signingConfigs {
config {
}
}
buildFeatures {
dataBinding = true
viewBinding = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ public void eraseBitmap(List<TouchPoint> list) {
}

private void initView(){
Log.d(TAG, "initPaint");
Log.d(TAG, "initView");

penPaint = new Paint();
penPaint.setAntiAlias(true);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@ private void startTouchHelper() {
return;
}
Log.d(TAG, "startTouchHelper");
Log.d(TAG, String.valueOf(limitRectList));

touchHelper.setStrokeWidth(STROKE_WIDTH);
touchHelper.setStrokeStyle(TouchHelper.STROKE_STYLE_MARKER);
Expand Down

0 comments on commit acfc27d

Please sign in to comment.