mirror of
https://github.com/go-gitea/gitea.git
synced 2026-09-26 14:43:39 +09:00
fix(ssh): fetch ssh key by fingerprint (#39423)
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
@@ -34,10 +34,6 @@ func Debug(format string, v ...any) {
|
||||
Log(1, DEBUG, format, v...)
|
||||
}
|
||||
|
||||
func IsDebug() bool {
|
||||
return GetLevel() <= DEBUG
|
||||
}
|
||||
|
||||
func Info(format string, v ...any) {
|
||||
Log(1, INFO, format, v...)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user