From 20cd75139a825db0e916d78c8169e65c65e7cb9b Mon Sep 17 00:00:00 2001 From: Makis Maropoulos Date: Wed, 29 Jun 2016 16:27:48 +0300 Subject: [PATCH] Remove debug println --- iris.go | 1 - 1 file changed, 1 deletion(-) diff --git a/iris.go b/iris.go index 684ad4b8..3262f90c 100644 --- a/iris.go +++ b/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 // although this function should not be used to Listen to the main server, but if so then do it right: if !s.HTTPServer.IsListening() { - println("samae server") s.HTTPServer.Config = &cfg err := s.openServer() return s.HTTPServer, err