Browse Source

dupe code

zach rice 7 years ago
parent
commit
81ddfbed88
1 changed files with 0 additions and 6 deletions
  1. 0 6
      main.go

+ 0 - 6
main.go

@@ -926,12 +926,6 @@ func loadToml() error {
 		}
 	}
 
-	if len(config.Misc.Entropy) != 0 {
-		err := entropyLimits(config.Misc.Entropy)
-		if err != nil {
-			return err
-		}
-	}
 	return updateConfig(config)
 }