From 68de41e0f4acc133ecd76308694f72ea98da08e1 Mon Sep 17 00:00:00 2001 From: mstee1 Date: Mon, 25 Dec 2023 10:57:02 +0300 Subject: [PATCH] del print --- main.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main.go b/main.go index 998050ac..2575db73 100644 --- a/main.go +++ b/main.go @@ -2,14 +2,13 @@ package main import ( - "fmt" "os" "github.com/bluenviron/mediamtx/internal/core" ) func main() { - fmt.Println(1) + s, ok := core.New(os.Args[1:]) if !ok { os.Exit(1)