cleaned up logs

This commit is contained in:
0xdcarns
2022-01-12 13:43:59 -05:00
parent a1a7811a68
commit 087f7cdb95
2 changed files with 1 additions and 4 deletions

View File

@@ -4,7 +4,6 @@ import (
"encoding/json"
"errors"
"fmt"
"log"
"sort"
"time"
@@ -398,7 +397,6 @@ func GetNodeByIDorMacAddress(uuid string, macaddress string, network string) (mo
logger.Log(2, "rewriting legacy node data; node now has id,", node.ID)
node.PullChanges = "yes"
}
log.Printf("Node is %v, Error is %v \n", node, err)
return node, err
}