Skip to content

Commit

Permalink
Removed unneeded log
Browse files Browse the repository at this point in the history
  • Loading branch information
fkeglevich committed Dec 29, 2018
1 parent 44b46e8 commit 75dddc1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ private static void postEventFromNative(Object extensionRef, int what, int arg1,

case PRO_DATA_MSG:
cameraExtension.onGotProfessionalData.dispatchEvent((ProfessionalData) obj);
Log.i(TAG, "Aperture: " + obj.toString());
break;

default:
Expand Down

0 comments on commit 75dddc1

Please sign in to comment.