Browse Source

removed mutex

0xdcarns 3 years ago
parent
commit
679251cadf
1 changed files with 0 additions and 2 deletions
  1. 0 2
      logger/logger.go

+ 0 - 2
logger/logger.go

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