types: drop annoying signature error log
This commit is contained in:
parent
ddf2e05dd0
commit
8de8fa9663
@ -56,7 +56,6 @@ func (s *Signature) TypeCode() int {
|
||||
case KTBLS:
|
||||
return IKTBLS
|
||||
default:
|
||||
log.Errorf("called TypeCode on signature with unknown Type: %q", s.Type)
|
||||
return IKTUnknown
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user