From db082787809b058932f3c86d6d88d89d122afe43 Mon Sep 17 00:00:00 2001 From: Gregory Rudolph Date: Fri, 6 Dec 2019 11:24:28 -0500 Subject: [PATCH] Remove auto-RAMRAPE and instead have it triggered on command --- main.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/main.go b/main.go index 1a7cebb..e1f14b5 100644 --- a/main.go +++ b/main.go @@ -49,8 +49,6 @@ func main() { RunCommand(os.Args...) } - // Create map of users following users, to populate flags - go generateFollowersList() fmt.Println("initKeybindings") if err := initKeybindings(); err != nil { fmt.Printf("%+v", err)