wangkaiyue 2 anni fa
parent
commit
58c9b00395
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. 0 2
      internal/model/chatHistory.go

+ 0 - 2
internal/model/chatHistory.go

@@ -75,8 +75,6 @@ func (m *cChatHistroy) Save(ctx context.Context, msgs ...*ChatRecord) (id int64)
 			g.Dump(val)
 		}
 	}
-	g.Dump(id, "-----", val)
-
 	return
 }