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