diff options
| author | Jeff Carr <[email protected]> | 2024-03-02 22:28:55 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-03-02 22:28:55 -0600 |
| commit | f99dc30b683e55fe87f1273febb2be42c844bd54 (patch) | |
| tree | d45573a442ef873e941215fbe8391b9b474b23c7 /common.go | |
| parent | 65a94faa57fc6130fcc4ae6a72081366406ffe88 (diff) | |
quiet loggingv0.22.0
Diffstat (limited to 'common.go')
| -rw-r--r-- | common.go | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 } |
