From 6496fecaf5adee8635c30c4ae31ea130baf3146a Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Wed, 29 Jan 2020 17:12:50 -0700 Subject: [PATCH] cleanup a bit --- main.go | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/main.go b/main.go index 115eaa5..ae6e95f 100644 --- a/main.go +++ b/main.go @@ -66,8 +66,6 @@ func main() { } fmt.Println() - log.Printf("'%s' : '%s'\n", username, password) - resp, err := cli.Login(&gomatrix.ReqLogin{ Type: "m.login.password", User: username, @@ -122,9 +120,8 @@ func main() { } }) - //cli.SendText("!tmCVBJAeuKjCfihUjb:cobryce.com", "Butts") sendMessage(cli, "!LTxJpLHtShMVmlpwmZ:tapenet.org", "Typing hi!") - sendMessage(cli, "!tmCVBJAeuKjCfihUjb:cobryce.com", "Butts") + //sendMessage(cli, "!tmCVBJAeuKjCfihUjb:cobryce.com", "Butts") avatar := "https://deftly.net/mcchunkie.png" aurl, err := cli.GetAvatarURL()