mirror of
https://github.com/tailscale/tailscale.git
synced 2025-04-21 14:11:56 +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 @@ import (
|
|||||||
"fmt"
|
"fmt"
|
||||||
"io"
|
"io"
|
||||||
"io/ioutil"
|
"io/ioutil"
|
||||||
"log"
|
|
||||||
"net/http"
|
"net/http"
|
||||||
"os"
|
"os"
|
||||||
"strconv"
|
"strconv"
|
||||||
@ -52,7 +51,6 @@ type Config struct {
|
|||||||
func NewLogger(cfg Config, logf tslogger.Logf) *Logger {
|
func NewLogger(cfg Config, logf tslogger.Logf) *Logger {
|
||||||
if cfg.BaseURL == "" {
|
if cfg.BaseURL == "" {
|
||||||
cfg.BaseURL = "https://" + DefaultHost
|
cfg.BaseURL = "https://" + DefaultHost
|
||||||
log.Println("XXX(Xe): set default host")
|
|
||||||
}
|
}
|
||||||
if cfg.HTTPC == nil {
|
if cfg.HTTPC == nil {
|
||||||
cfg.HTTPC = http.DefaultClient
|
cfg.HTTPC = http.DefaultClient
|
||||||
|
Loading…
x
Reference in New Issue
Block a user