TP-55555 | log remove

This commit is contained in:
varnit goyal
2024-11-12 19:02:53 +05:30
parent c8449d8d2d
commit 72d7ca1d77
2 changed files with 1 additions and 6 deletions

View File

@@ -72,7 +72,6 @@ func (m *MjolnirClient) GetSessionResponse(sessionToken string) (*MjolnirSession
if err != nil {
return nil, err
}
logger.Info(fmt.Sprintf("%v", response))
return &response, nil
}