Skip to content

Commit

Permalink
CanvasAdapter minor improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
devemux86 committed Jun 3, 2024
1 parent 9ce2628 commit 8e10229
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vtm/src/org/oscim/backend/CanvasAdapter.java
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,8 @@ protected static Bitmap createBitmap(String relativePathPrefix, String src, XmlT
// Fallback to internal resources
if (inputStream == null) {
inputStream = inputStreamFromAssets("", src);
if (inputStream != null)
log.info("internal resource: " + src);
/*if (inputStream != null)
log.info("internal resource: " + src);*/
}

if (inputStream == null) {
Expand Down

0 comments on commit 8e10229

Please sign in to comment.