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) {
|
func (s *Scanner) GetSTH() (*ct.SignedTreeHead, error) {
|
||||||
latestSth, err := s.logClient.GetSTH(context.Background())
|
latestSth, err := s.logClient.GetSTH(context.Background())
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
Loading…
Reference in New Issue