Skip to content

Commit 6c3c62d

Browse files
committed
Clean up iiConnection
1 parent 65b908f commit 6c3c62d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/frontend/src/utils/iiConnection.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ import * as tweetnacl from "tweetnacl";
3737
import { fromMnemonicWithoutValidation } from "../crypto/ed25519";
3838

3939
declare var canisterId: string; // TODO: error on undefined
40-
// eslint-disable-next-line
41-
//const canisterId: string = process.env.CANISTER_ID!;
4240
export const canisterIdPrincipal: Principal = Principal.fromText(canisterId);
4341
export const baseActor = Actor.createActor<_SERVICE>(internet_identity_idl, {
4442
agent: new HttpAgent({}),

0 commit comments

Comments
 (0)