Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
Signed-off-by: ygelfand <[email protected]>
  • Loading branch information
ygelfand committed Feb 22, 2024
1 parent 8c697ff commit 07b5b0a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/powerwall/baseapi.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import (
"errors"
"fmt"
"io"
"log"
"net/http"
"time"
)
Expand Down Expand Up @@ -86,7 +85,6 @@ func (p *PowerwallGateway) refreshAuthToken() error {
if err != nil {
return err
}
log.Println(loginResp)
p.authToken = loginResp.Token
return nil
}
Expand Down

0 comments on commit 07b5b0a

Please sign in to comment.