Fix build issue with server
All checks were successful
Run Tests / Test (push) Successful in 18s
Benchmark BufferPool / RunBenchmarks (push) Successful in 29s

This commit is contained in:
2024-08-02 12:03:38 +02:00
parent 0315a0877b
commit 78fc53a9a4

View File

@@ -30,7 +30,7 @@ func (s *SMPPServer) Listen() error {
if err != nil {
return fmt.Errorf("failed to start SMPP server: %w", err)
}
s.log.Printf("SMPP server %d started on %s", s.port)
// s.log.Printf("SMPP server %d started on %s", s.port)
s.listener = listener
return nil
}