Skip to content

Commit

Permalink
Put back logging lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Dartoxian committed Nov 8, 2023
1 parent 308303e commit 9cba31d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ import {
GetStarlarkRunRequest,
RunStarlarkPackageRequest,
} from "enclave-manager-sdk/build/kurtosis_enclave_manager_api_pb";
import { EnclaveFullInfo } from "../../emui/enclaves/types";
import { assertDefined, asyncResult, isDefined } from "../../utils";
import { RemoveFunctions } from "../../utils/types";
import { EnclaveFullInfo } from "../../emui/enclaves/types";

export abstract class KurtosisClient {
protected readonly client: PromiseClient<typeof KurtosisEnclaveManagerServer>;
Expand All @@ -43,6 +43,8 @@ export abstract class KurtosisClient {
this.client = client;
this.cloudUrl = parentUrl;
this.baseApplicationUrl = childUrl;
console.log("cloudUrl", this.cloudUrl);
console.log("baseApplicationUrl", this.baseApplicationUrl);
}

abstract getHeaderOptions(): { headers?: Headers };
Expand Down

0 comments on commit 9cba31d

Please sign in to comment.