summaryrefslogtreecommitdiff
path: root/common.go
diff options
context:
space:
mode:
Diffstat (limited to 'common.go')
-rw-r--r--common.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/common.go b/common.go
index eab7925..6392eea 100644
--- a/common.go
+++ b/common.go
@@ -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
}