Remove an unused function

This commit is contained in:
Andrew Ayer 2023-01-20 16:50:49 -05:00
parent e682e1e9f8
commit 1cabee55e4
1 changed files with 0 additions and 4 deletions

View File

@ -165,10 +165,6 @@ func (s Scanner) Log(msg string) {
}
}
func (s Scanner) Warn(msg string) {
log.Print(s.LogUri, ": ", msg)
}
func (s *Scanner) GetSTH() (*ct.SignedTreeHead, error) {
latestSth, err := s.logClient.GetSTH(context.Background())
if err != nil {