removed some fmt.Print

This commit is contained in:
pb 2025-04-30 17:56:20 +02:00
parent b6dea94196
commit 6fce8f3aac

View File

@ -1,7 +1,6 @@
package main
import (
"fmt"
"oc-schedulerd/conf"
"oc-schedulerd/daemons"
"os"
@ -61,5 +60,4 @@ func main() {
exe_mngr.RetrieveNextExecutions()
fmt.Print("stop")
}