mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Update cluster_handlers.go (#24238)
Remove unnecessary debug statements as a fix for MM-24226 Co-authored-by: Mattermost Build <build@mattermost.com>
This commit is contained in:
parent
d88e1e6650
commit
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user