1
0
Fork 0
mirror of https://github.com/postmannen/ctrl.git synced 2025-03-31 01:24:31 +00:00

removed old debug information

This commit is contained in:
postmannen 2022-11-01 09:54:35 +01:00
parent 852cd86c61
commit d32bd09cd2

View file

@ -332,7 +332,7 @@ func (s *server) directSAMSChRead() {
log.Printf("info: stopped the directSAMSCh reader\n\n")
return
case sams := <-s.directSAMSCh:
fmt.Printf(" * DEBUG: directSAMSChRead: <- sams = %v\n", sams)
// fmt.Printf(" * DEBUG: directSAMSChRead: <- sams = %v\n", sams)
// Range over all the sams, find the process, check if the method exists, and
// handle the message by starting the correct method handler.
for i := range sams {