Skip to content

Commit 3bdfd82

Browse files
committed
remove log message
1 parent 59df0ad commit 3bdfd82

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/logbook/logbook.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,6 @@ func (l *Logbook) addQTC(qtc core.QTC, write bool) error {
533533
count := l.qtcsReceivedFrom[theirCallsign]
534534
count++
535535
l.qtcsReceivedFrom[theirCallsign] = count
536-
log.Printf("QTCs received from %s: %d", qtc.TheirCallsign, count)
537536
}
538537

539538
return nil

0 commit comments

Comments
 (0)