Remove auto-RAMRAPE and instead have it triggered on command

This commit is contained in:
Gregory Rudolph
2019-12-06 11:24:28 -05:00
parent cd79a10528
commit db08278780

View File

@ -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)