ソースを参照

utils/vhost: remove fmt.Printf method

Maodanping 8 年 前
コミット
78c6845781
1 ファイル変更0 行追加1 行削除
  1. 0 1
      src/utils/vhost/vhost.go

+ 0 - 1
src/utils/vhost/vhost.go

@@ -128,7 +128,6 @@ func (v *VhostMuxer) handle(c *conn.Conn) {
 
 	// if authFunc is exist and userName/password is set
 	// verify user access
-	fmt.Printf("reqInfo: %+v\n", reqInfoMap)
 	if l.mux.authFunc != nil &&
 		l.userName != "" && l.passWord != "" {
 		bAccess, err := l.mux.authFunc(c, l.userName, l.passWord, reqInfoMap["Authorization"])