Skip to content

Commit

Permalink
去掉 log 日志
Browse files Browse the repository at this point in the history
  • Loading branch information
385841539 committed Apr 24, 2018
1 parent f9d30c6 commit 6780dd3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ protected void onDraw(Canvas canvas) {
startLocationDistance = 1;
}
xLocation = getWidth() * startLocationDistance;
Log.e(TAG, "onMeasure: --- " + xLocation);
// Log.e(TAG, "onMeasure: --- " + xLocation);
resetInit = false;
}

Expand Down

0 comments on commit 6780dd3

Please sign in to comment.