mirror of
https://github.com/SSLMate/certspotter.git
synced 2025-06-27 10:15:33 +02:00
Remove an unused function
This commit is contained in:
parent
e682e1e9f8
commit
1cabee55e4
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user