Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
[android] remove missing image log
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasPaczos committed May 9, 2019
1 parent fc218f8 commit aa4c89e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1045,7 +1045,6 @@ private void onSourceChanged(String sourceId) {

@Keep
private void onStyleImageMissing(String imageId) {
Logger.e(TAG, "OnStyleImageMissing: " + imageId);
if (stateCallback != null) {
stateCallback.onStyleImageMissing(imageId);
}
Expand Down

0 comments on commit aa4c89e

Please sign in to comment.