Skip to content

Commit

Permalink
Removing empty block
Browse files Browse the repository at this point in the history
  • Loading branch information
kuznetsovmoci committed Mar 26, 2020
1 parent 65324de commit 547272f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/purejavahidapi/windows/HidDevice.java
Original file line number Diff line number Diff line change
Expand Up @@ -336,9 +336,6 @@ private void processInputReport(Memory readBuffer, int numBytesRead) {
m_InputReportListener.onInputReport(this, reportID, inputReport, len);
}
}
else {
//Log("processInputReport error 1");
}
}

private void Log(String sMessage) {
Expand Down

0 comments on commit 547272f

Please sign in to comment.