Remove unnecessary debug statements as a fix for MM-24226

Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
Yash Ajgaonkar
2023-08-14 22:46:30 +05:30
коммит произвёл GitHub
родитель d88e1e6650
Коммит e211b867b8

Просмотреть файл

@@ -7,7 +7,6 @@ import (
"bytes"
"encoding/json"
"fmt"
"runtime/debug"
"github.com/mattermost/mattermost/server/public/model"
"github.com/mattermost/mattermost/server/public/shared/mlog"
@@ -159,7 +158,6 @@ func (ps *PlatformService) InvalidateAllCachesSkipSend() {
}
func (ps *PlatformService) InvalidateAllCaches() *model.AppError {
debug.FreeOSMemory()
ps.InvalidateAllCachesSkipSend()
if ps.clusterIFace != nil {