Remove stale warning: thanks to Asaf we don't crash if config.toml is missing

This commit is contained in:
abnercoimbre
2024-10-19 13:04:41 -07:00
parent e97f048eb6
commit 2211488f9a

View File

@@ -15,8 +15,6 @@
// Cucui Ganon Rosario // Cucui Ganon Rosario
// ========================================================================= // =========================================================================
// WARNING: This program requires a companion config.toml file provided by Abner. Without it we will crash!
package main package main
import ( import (