diff options
Diffstat (limited to '')
-rw-r--r-- | src/c_go2work.go | 11 |
1 files changed, 1 insertions, 10 deletions
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 |