Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
tresf committed Apr 27, 2024
1 parent fb9f723 commit c22fc78
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/qz/printer/PrintOutput.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import org.codehaus.jettison.json.JSONException;
import org.codehaus.jettison.json.JSONObject;
import qz.printer.info.NativePrinter;
import qz.printer.info.NativePrinterMap;
import qz.utils.FileUtilities;

import javax.print.PrintService;
Expand Down Expand Up @@ -61,6 +60,7 @@ public boolean isSetService() {
public PrintService getPrintService() {
return printer.getPrintService().value();
}

public NativePrinter getNativePrinter() {
return printer;
}
Expand Down
1 change: 0 additions & 1 deletion src/qz/utils/PrintingUtilities.java
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ public static void processPrintRequest(Session session, String UID, JSONObject p

processor.parseData(params.getJSONArray("data"), options);
processor.print(output, options);

log.info("Printing complete");

PrintSocketClient.sendResult(session, UID, null);
Expand Down

0 comments on commit c22fc78

Please sign in to comment.