diff --git a/main.go b/main.go index 13dc4bf..eaffcc1 100644 --- a/main.go +++ b/main.go @@ -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") }