Remove extra debugging from PKI tests

This commit is contained in:
Jeff Mitchell 2016-02-22 13:39:05 -05:00
parent 4c2c932816
commit 5176c75a0f

View file

@ -1252,10 +1252,7 @@ func generateRoleSteps(t *testing.T, useCSRs bool) []logicaltest.TestStep {
}
if testBitSize < roleVals.KeyBits {
t.Logf("roleVals.KeyBits: %d, testBitSize: %d, issueTestStep.ErrorOk: %t, stepCount: %d, setting true", roleVals.KeyBits, testBitSize, issueTestStep.ErrorOk, stepCount)
issueTestStep.ErrorOk = true
} else {
t.Logf("roleVals.KeyBits: %d, testBitSize: %d, issueTestStep.ErrorOk: %t, stepCount: %d", roleVals.KeyBits, testBitSize, issueTestStep.ErrorOk, stepCount)
}
privKey, _ = rsa.GenerateKey(rand.Reader, testBitSize)