Commit cf46e086 authored by Thorsten Simons's avatar Thorsten Simons
Browse files

1.4.3 - removed unnecessary debug output

parent 1d144cf8
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
Release History
===============

**1.4.3 2019-01-13**

*   removed unnecessary debug output

**1.4.2 2019-01-11**

*   added queries related to Tenant / Namespace / protocol
−360 B (6.16 MiB)

File changed.

No diff preview for this file type.

−3.83 KiB (5.38 MiB)

File changed.

No diff preview for this file type.

+0 −5
Original line number Diff line number Diff line
@@ -168,11 +168,6 @@ class DB():
                      'latency': int(rec[11])
                      }

                # DEBUG!!!
                if _r['namespace'].find('.') == -1:
                    print(rec)


                _admin['start'] = _tsnum if _tsnum < _admin['start'] else _admin['start']
                _admin['end'] = _tsnum if _tsnum > _admin['end'] else _admin['end']

+2 −2
Original line number Diff line number Diff line
@@ -27,8 +27,8 @@ class Gvars:
    """

    # version control
    s_version = "1.4.2"
    s_builddate = '2019-01-11'
    s_version = "1.4.3"
    s_builddate = '2019-01-13'
    s_build = "{}/Sm".format(s_builddate)
    s_minPython = "3.5"
    s_description = "hcprequestanalytics"