Skip to content

Commit a2457af

Browse files
lemmideadprogram
authored andcommitted
gap_hci: remove superflous print
1 parent 53071ed commit a2457af

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

gap_hci.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ func (a *Adapter) Scan(callback func(*Adapter, ScanResult)) error {
7676
rp := rawAdvertisementPayload{len: a.hci.advData.eirLength}
7777
copy(rp.data[:], a.hci.advData.eirData[:a.hci.advData.eirLength])
7878
if rp.LocalName() != "" {
79-
println("LocalName:", rp.LocalName())
8079
adf.LocalName = rp.LocalName()
8180
}
8281

0 commit comments

Comments
 (0)