Skip to content

Commit

Permalink
Remove a println (#608)
Browse files Browse the repository at this point in the history
  • Loading branch information
harryzcy authored Nov 12, 2023
1 parent 94da3bd commit f2f8bfe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bff/config/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package config
import (
"encoding/json"
"errors"
"fmt"
"net/http"
"time"
)
Expand Down Expand Up @@ -55,7 +54,6 @@ func LoadPluginConfigs() error {

// LoadPluginConfig loads a plugin config from a url.
func LoadPluginConfig(client *http.Client, url string) (*Plugin, error) {
fmt.Println("LoadPluginConfig", url)
resp, err := client.Get(url)
if err != nil {
return nil, err
Expand Down

0 comments on commit f2f8bfe

Please sign in to comment.