remove stacktrace

This commit is contained in:
Pascal Fischer
2024-05-03 17:30:26 +02:00
parent f68d9ce042
commit 69eb6f17c6

View File

@@ -3,7 +3,6 @@ package server
import (
"fmt"
"net"
"runtime/debug"
"strings"
"time"
@@ -290,7 +289,6 @@ func (am *DefaultAccountManager) DeletePeer(accountID, peerID, userID string) er
// GetNetworkMap returns Network map for a given peer (omits original peer from the Peers result)
func (am *DefaultAccountManager) GetNetworkMap(peerID string) (*NetworkMap, error) {
log.Debugf("GetNetworkMap with trace: %s", string(debug.Stack()))
account, err := am.Store.GetAccountByPeerID(peerID)
if err != nil {
return nil, err