Skip to content

Commit

Permalink
remove extra logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernadette authored and Bernadette committed May 15, 2024
1 parent 82401b4 commit 0a24072
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ protected void enable() throws JposException {
LOGGER.trace(getScannerType() + "enable(in)");
if (!isConnected()) {
JposException jposException = new JposException(JposConst.JPOS_E_OFFLINE);
//LOGGER.error(getScannerType() + " Failed to Connect Device: " + jposException.getErrorCode() + ", " + jposException.getErrorCodeExtended());
throw jposException;
}
deviceListener.startEventListeners();
Expand Down

0 comments on commit 0a24072

Please sign in to comment.