forked from TrueCloudLab/certificates
Remove debug print.
This commit is contained in:
parent
ad91842d06
commit
780eeb5487
1 changed files with 0 additions and 1 deletions
|
@ -95,7 +95,6 @@ func (o SSHOptions) match(got SSHOptions) error {
|
||||||
if !o.ValidBefore.IsZero() && !got.ValidBefore.IsZero() && !o.ValidBefore.Equal(&got.ValidBefore) {
|
if !o.ValidBefore.IsZero() && !got.ValidBefore.IsZero() && !o.ValidBefore.Equal(&got.ValidBefore) {
|
||||||
return errors.Errorf("ssh certificate valid before does not match - got %v, want %v", got.ValidBefore, o.ValidBefore)
|
return errors.Errorf("ssh certificate valid before does not match - got %v, want %v", got.ValidBefore, o.ValidBefore)
|
||||||
}
|
}
|
||||||
fmt.Printf("want %+v\ngot %+v\n", o, got)
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue