Skip to content

Commit

Permalink
removed leftover print
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaglie committed Aug 10, 2023
1 parent c9a9ed4 commit 1e13b2f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion enumerator/usb_darwin.go
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ func (me *io_registry_entry_t) CreateCFProperty(key string) (cfTypeRef, error) {
func (me *io_registry_entry_t) GetStringProperty(key string) (string, error) {
property, err := me.CreateCFProperty(key)
if err != nil {
fmt.Println(err)
return "", err
}
defer property.Release()
Expand Down

0 comments on commit 1e13b2f

Please sign in to comment.