Skip to content

Commit

Permalink
removed console statements
Browse files Browse the repository at this point in the history
  • Loading branch information
montumodi committed Sep 9, 2024
1 parent 071f57b commit 0865d87
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/cluster.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ class Cluster {
}

async get(clustername, options = {}) {
console.log("herrrrrr", this.client_);
const queryString = getQueryStringFromOptions(options);
console.log(queryString);
const httpOptions = options.httpOptions;
const response = (
await this.client_.fetch(`${this.baseUrl_}/groups/${this.projectId_}/clusters/${clustername}?${queryString}`, httpOptions)
Expand Down

0 comments on commit 0865d87

Please sign in to comment.