Skip to content

Commit d779118

Browse files
committed
fix: remove superfluous logging line
1 parent b512414 commit d779118

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmd/scraper.go

-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ func (s *ScraperCommand) runScraper() error {
156156
}
157157

158158
s.logChange(previous, grade, change)
159-
log.Printf("%v", n)
160159

161160
ctx := context.Background()
162161
err = client.SendGrade(ctx, n)

0 commit comments

Comments
 (0)