Skip to content

Commit

Permalink
Enabled debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ignasi committed Jul 31, 2014
1 parent 8471c68 commit e2501e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ protected void onCreate(Bundle savedInstanceState) {

mFaceCropper = new FaceCropper(1f);
mFaceCropper.setFaceMinSize(0);
// mFaceCropper.setDebug(true);
mFaceCropper.setDebug(true);
mPicasso = Picasso.with(this);

final ImageAdapter adapter = new ImageAdapter();
Expand Down

0 comments on commit e2501e2

Please sign in to comment.