Skip to content

Commit

Permalink
Update Paths.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesisfeline committed Feb 17, 2024
1 parent 3953670 commit 2732d8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/backend/Paths.hx
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,6 @@ class Paths

if (bitmap != null) return cacheBitmap(file, bitmap, allowGPU);

trace('oh no its returning null NOOOO');
trace('oh no "$key" is returning null NOOOO' + (library == null ? '' : '(library: "$library")') + '! ' + '(${posInfos.fileName}, ${posInfos.lineNumber})');
return null;
}
Expand Down

0 comments on commit 2732d8b

Please sign in to comment.