Skip to content

Commit

Permalink
Removed extra print message
Browse files Browse the repository at this point in the history
  • Loading branch information
notjosh committed Aug 7, 2020
1 parent df5c473 commit 43dc5b8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Aureal/External/USBDeviceSwift/HIDDeviceMonitor.swift
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ open class HIDDeviceMonitor {

fileprivate extension HIDDevice {
func read(_ inResult: IOReturn, inSender: UnsafeMutableRawPointer, type: IOHIDReportType, reportId: UInt32, report: UnsafeMutablePointer<UInt8>, reportLength: CFIndex) {
print("read")

let data = Data(bytes: UnsafePointer<UInt8>(report), count: reportLength)
NotificationCenter.default.post(
name: .HIDDeviceDataReceived,
Expand Down

0 comments on commit 43dc5b8

Please sign in to comment.