Skip to content

Commit

Permalink
chore: remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
homuler committed Oct 10, 2020
1 parent a5a613f commit 81ff269
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@ public class MediaPipeUnityPlayerActivity extends UnityPlayerActivity {
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);

Log.d("MediaPipeUnityPlayerActivity", "onCreate called!");
// Initialize asset manager so that MediaPipe native libraries can access the app assets, e.g.,
// binary graphs.
boolean res = AndroidAssetUtil.initializeNativeAssetManager(this);
Log.d("MediaPipeUnityPalyerActivity", "Asset Manager Initialized: " + res);
}
}

0 comments on commit 81ff269

Please sign in to comment.