diff options
| author | Bobby <[email protected]> | 2024-11-16 21:51:29 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2024-11-16 21:51:29 -0500 |
| commit | f393ac1cf42a827196318c3a119a61adf1b3d14c (patch) | |
| tree | d4de5f98d9c39f00b35ca4a9daa63386a0065291 /config | |
| parent | 2cb6be7cf2c5ae6c583678c0675188fc327bc10b (diff) | |
| download | yuzaki-f393ac1cf42a827196318c3a119a61adf1b3d14c.tar.xz yuzaki-f393ac1cf42a827196318c3a119a61adf1b3d14c.zip | |
added purge command
Diffstat (limited to 'config')
| -rw-r--r-- | config/config.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/config.go b/config/config.go index 1d78fea..44155ad 100644 --- a/config/config.go +++ b/config/config.go @@ -53,7 +53,6 @@ func Load() error { return fmt.Errorf("getting POKETWO_CHANNELS: %w", err) } config.ConfiguredChannels.PoketwoSpawns = channels - fmt.Println(config.ConfiguredChannels.PoketwoSpawns) if err := validateConfig(config); err != nil { return fmt.Errorf("validating config: %w", err) |
