mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 10:41:03 +01:00
Remove debug println
This commit is contained in:
parent
5b8f4dc1b0
commit
20cd75139a
1
iris.go
1
iris.go
|
@ -586,7 +586,6 @@ func (s *Framework) ListenToServer(cfg config.Server) (*Server, error) {
|
||||||
// if the main server is not yet started, then this is the main server
|
// if the main server is not yet started, then this is the main server
|
||||||
// although this function should not be used to Listen to the main server, but if so then do it right:
|
// although this function should not be used to Listen to the main server, but if so then do it right:
|
||||||
if !s.HTTPServer.IsListening() {
|
if !s.HTTPServer.IsListening() {
|
||||||
println("samae server")
|
|
||||||
s.HTTPServer.Config = &cfg
|
s.HTTPServer.Config = &cfg
|
||||||
err := s.openServer()
|
err := s.openServer()
|
||||||
return s.HTTPServer, err
|
return s.HTTPServer, err
|
||||||
|
|
Loading…
Reference in New Issue
Block a user