removed mutex

This commit is contained in:
0xdcarns
2022-05-25 10:50:33 -04:00
parent ec90f4dc8e
commit 679251cadf

View File

@@ -50,8 +50,6 @@ func Dump() string {
if program != "netmaker" {
return ""
}
mu.Lock()
defer mu.Unlock()
var dumpString = ""
type keyVal struct {
Key string