mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-29 04:55:31 +00:00
logtail: remove this debugging printf
Signed-off-by: Christine Dodrill <xe@tailscale.com>
This commit is contained in:
parent
305ae4d8ad
commit
8ec50db8ef
@ -12,7 +12,6 @@
|
||||
"fmt"
|
||||
"io"
|
||||
"io/ioutil"
|
||||
"log"
|
||||
"net/http"
|
||||
"os"
|
||||
"strconv"
|
||||
@ -52,7 +51,6 @@ type Config struct {
|
||||
func NewLogger(cfg Config, logf tslogger.Logf) *Logger {
|
||||
if cfg.BaseURL == "" {
|
||||
cfg.BaseURL = "https://" + DefaultHost
|
||||
log.Println("XXX(Xe): set default host")
|
||||
}
|
||||
if cfg.HTTPC == nil {
|
||||
cfg.HTTPC = http.DefaultClient
|
||||
|
Loading…
Reference in New Issue
Block a user