Skip to content

Commit

Permalink
BXC-4712 remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
sharonluong committed Sep 20, 2024
1 parent 8f1e643 commit d2d6886
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ public class ImportThumbnailRequestProcessor implements Processor {
public void process(Exchange exchange) throws IOException {
var in = exchange.getIn();
var request = ImportThumbnailRequestSerializationHelper.toRequest(in.getBody(String.class));
var agent = request.getAgent();
var mimetype = request.getMimetype();
var storagePath = request.getStoragePath();
var pidString = request.getPidString();
Expand Down

0 comments on commit d2d6886

Please sign in to comment.