From a3ad64d190692e6b8fa68b7c7a0347860f5ad4bc Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Fri, 1 Apr 2022 21:13:57 +0200 Subject: Its not working for some reason --- src/c_go2work.go | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'src/c_go2work.go') diff --git a/src/c_go2work.go b/src/c_go2work.go index c6ec7af..3a58f02 100644 --- a/src/c_go2work.go +++ b/src/c_go2work.go @@ -39,7 +39,7 @@ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * go2work: src/c_go2work.go - * Fri Apr 1 18:36:54 CEST 2022 + * Fri Apr 1 21:07:42 CEST 2022 * Joe * * The main. @@ -48,7 +48,6 @@ package main import ( - "fmt" "log" "os" "time" @@ -91,14 +90,6 @@ func main() { dest_t[SECS] = 0 } options = parse_options() - fmt.Println("OPTIONS") - fmt.Println("=======") - fmt.Println(options.files) - fmt.Println(options.media_player) - fmt.Println(options.player_options) - fmt.Println(options.random) - fmt.Println(options.use_fortune) - fmt.Println("=======\n") if check_time_format(dest_t) == false { log.Fatalln(LOG_FORMAT) return -- cgit v1.2.3