From c6b4e11077cb1ca9a5a755b5c8936c9986b266ea Mon Sep 17 00:00:00 2001 From: Erik Brakke Date: Tue, 2 May 2023 14:14:59 -0600 Subject: [PATCH] remove console.log --- src/js/dhke.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/js/dhke.js b/src/js/dhke.js index 914f8c7a..53b15c74 100644 --- a/src/js/dhke.js +++ b/src/js/dhke.js @@ -2,7 +2,6 @@ import { uint8ToBase64 } from "./base64"; import { bytesToNumber } from "./utils"; // import * as nobleSecp256k1 from "./noble-secp256k1"; import * as nobleSecp256k1 from "@noble/secp256k1"; -console.log(nobleSecp256k1.utils); async function hashToCurve(secretMessage) { let point;