From 2211488f9ab40c9ba964a23857a508bb184a5149 Mon Sep 17 00:00:00 2001 From: abnercoimbre Date: Sat, 19 Oct 2024 13:04:41 -0700 Subject: [PATCH] Remove stale warning: thanks to Asaf we don't crash if config.toml is missing --- main.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/main.go b/main.go index c37f4c5..9ceadfe 100644 --- a/main.go +++ b/main.go @@ -15,8 +15,6 @@ // Cucui Ganon Rosario // ========================================================================= -// WARNING: This program requires a companion config.toml file provided by Abner. Without it we will crash! - package main import (