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:
parent
852cd86c61
commit
d32bd09cd2
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue