Skip to content

Commit

Permalink
Update GetAssetPreview.java
Browse files Browse the repository at this point in the history
removed unused code
  • Loading branch information
rawdog71 committed Oct 6, 2021
1 parent 03c00b9 commit 69ae974
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ protected void doGet(HttpServletRequest request, HttpServletResponse response) {
}
}
}
acontext.complete();
//acontext.complete();
} else {
OutputStream outputStream = acontext.getResponse().getOutputStream();
outputStream.close();
Expand Down

0 comments on commit 69ae974

Please sign in to comment.