From b3aaacb1ec4f70da9668ae503d1da02ac9c57bbf Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Mon, 4 Apr 2022 16:51:49 +0200 Subject: Lots of bug fixes --- src/p_options.go | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src') diff --git a/src/p_options.go b/src/p_options.go index e155370..18b840f 100644 --- a/src/p_options.go +++ b/src/p_options.go @@ -101,13 +101,5 @@ func parse_toml_file(options_file string, def_options Options) Options { if err != nil { log.Fatal(err) } - 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.Fortune) - fmt.Println("=======\n") return options } -- cgit v1.2.3