Skip to content
This repository has been archived by the owner on Nov 17, 2024. It is now read-only.

Commit

Permalink
refactor: remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
segadora committed Nov 7, 2024
1 parent 7bbb836 commit 6439822
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,6 @@ func (solarAssistant *SolarAssistant) updateWorkModeSchedule(c *gin.Context) {
defer browser.MustClose()

page := browser.MustPage(solarAssistant.url + "/power")

page.MustScreenshot("test.png")
page.MustWaitStable()

if page.MustElement(".heading").MustText() == "Sign in" {
Expand Down

0 comments on commit 6439822

Please sign in to comment.