Skip to content

Commit

Permalink
Merge pull request #648 from zama-ai/fix/remove-console-log
Browse files Browse the repository at this point in the history
chore: remove console log added for debug
  • Loading branch information
jatZama authored Dec 11, 2024
2 parents 8d8cd43 + 3ec8bfc commit 3b8243b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/instance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ export const createInstances = async (accounts: Signers): Promise<FhevmInstances
};

export const createInstance = async () => {
console.log('net url:', network.config.url);
const instance = await createFhevmInstance({
kmsContractAddress: kmsAdd,
aclContractAddress: aclAdd,
Expand Down

0 comments on commit 3b8243b

Please sign in to comment.