mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Remove a stray Log() statement from Gittet
This commit is contained in:
parent
52023a4db0
commit
a02e2a2247
@ -35,7 +35,6 @@ func GetRoom(roomUri, apiToken string) (*Room, error) {
|
|||||||
parseJson(&rooms, resp.Body)
|
parseJson(&rooms, resp.Body)
|
||||||
|
|
||||||
for _, room := range rooms.Results {
|
for _, room := range rooms.Results {
|
||||||
logger.Log(fmt.Sprintf("room: %s", room))
|
|
||||||
if room.URI == roomUri {
|
if room.URI == roomUri {
|
||||||
return &room, nil
|
return &room, nil
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user