From 7942584156ea1e68c3ec0268582e17848c9bea6e Mon Sep 17 00:00:00 2001 From: Jae-Sung Lee Date: Fri, 19 Aug 2022 08:21:40 +0000 Subject: [PATCH] remove test log --- main.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/main.go b/main.go index 3dd7db4..90d44b0 100755 --- a/main.go +++ b/main.go @@ -47,8 +47,6 @@ func startRtmp(stream *rtmp.RtmpStream, hlsServer *hls.Server) { if isRtmps { certPath := configure.Config.GetString("rtmps_cert") keyPath := configure.Config.GetString("rtmps_key") - log.Info(certPath) - log.Info(keyPath) cert, err := tls.LoadX509KeyPair(certPath, keyPath) if err != nil { log.Fatal(err)