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:
|
case KTBLS:
|
||||||
return IKTBLS
|
return IKTBLS
|
||||||
default:
|
default:
|
||||||
log.Errorf("called TypeCode on signature with unknown Type: %q", s.Type)
|
|
||||||
return IKTUnknown
|
return IKTUnknown
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user