Explorar el Código

wip:打印删除

wangkaiyue hace 2 años
padre
commit
58c9b00395
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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
 }