Clean up constructor for ClientSession

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Fixed
    • Priority: Minor - P4
    • 3.3.0
    • Affects Version/s: None
    • Component/s: Core
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Constructor for ClientSession seems to have some superfluous lines:

          options = options || {};
          if (typeof options.initialClusterTime !== 'undefined') {
            this.clusterTime = options.initialClusterTime;
          } else {
            this.clusterTime = null;
          }
      

      This code does not appear to be used, and should be removed.

              Assignee:
              Samiksha Pal (Inactive)
              Reporter:
              Daniel Aprahamian (Inactive)
              None
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: