Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
andig committed May 4, 2024
1 parent f19e04b commit 017080e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions provider/socket.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package provider

import (
"context"
"fmt"
"math"
"net/http"
"strconv"
Expand Down Expand Up @@ -164,7 +163,6 @@ func (p *Socket) FloatGetter() (func() (float64, error), error) {
g, err := p.StringGetter()

return func() (float64, error) {
fmt.Println("FloatGetter")
s, err := g()
if err != nil {
return 0, err
Expand Down

0 comments on commit 017080e

Please sign in to comment.