Skip to content

Commit

Permalink
remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
connoratrug committed Nov 15, 2024
1 parent 08cde1c commit c2d860d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ public static void addFileToContext(Context ctx, String path, String mimeType) {
ctx.status(404).result("File not found: " + ctx.path());
return;
}

if (mimeType == null) {
mimeType = Files.probeContentType(Path.of(path));
if (mimeType == null) {
Expand Down

0 comments on commit c2d860d

Please sign in to comment.