mirror of
https://github.com/SSLMate/certspotter.git
synced 2026-01-15 01:34:19 +01:00
Remove an unused function
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user