Merge pull request #952 from croneter/less-logging
Less logging when comparing PKC versions
This commit is contained in:
commit
b5bd13f7bd
1 changed files with 0 additions and 1 deletions
|
@ -651,7 +651,6 @@ def compare_version(current, minimum):
|
|||
|
||||
Input strings: e.g. "1.2.3"; always with Major, Minor and Patch!
|
||||
"""
|
||||
LOG.info("current DB: %s minimum DB: %s", current, minimum)
|
||||
try:
|
||||
curr_major, curr_minor, curr_patch = current.split(".")
|
||||
except ValueError:
|
||||
|
|
Loading…
Reference in a new issue