로그 추가

This commit is contained in:
2023-10-24 20:39:12 +09:00
parent 15ab1c9e7c
commit c9fecf55de
4 changed files with 2 additions and 77 deletions

View File

@ -13,7 +13,6 @@ import (
"path"
"path/filepath"
"reflect"
"runtime/debug"
"sort"
"strconv"
"strings"
@ -443,8 +442,6 @@ func NewClient(standalone bool) (HoustonClient, error) {
}
func (hc *houstonClient) Start() {
debug.PrintStack()
// receive from stream
defer func() {
hc.wg.Wait()