quiet logging

This commit is contained in:
Jeff Carr 2024-03-02 22:28:55 -06:00
parent 65a94faa57
commit f99dc30b68
1 changed files with 0 additions and 2 deletions

View File

@ -226,7 +226,6 @@ func (rs *RepoStatus) DebianReleaseVersion() string {
newv += "-" + lasttag
}
}
log.Info("ValidDebianPackageVersion:", newv)
return newv
}
@ -240,6 +239,5 @@ func (rs *RepoStatus) DebianCurrentVersion() string {
if rs.CheckDirty() {
newv += "-dirty"
}
log.Info("ValidDebianPackageVersion:", newv)
return newv
}