From 9b8814da7316c367925cdf2f3240a3b0f80f9d32 Mon Sep 17 00:00:00 2001 From: Arno Simon Date: Tue, 15 Oct 2024 14:29:53 +0200 Subject: [PATCH] nit --- examples/sol.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/sol.ts b/examples/sol.ts index a1611e3..0d0dc34 100644 --- a/examples/sol.ts +++ b/examples/sol.ts @@ -6,8 +6,6 @@ import type { FireblocksIntegration } from "../src/fireblocks.ts"; const apiSecret = fs.readFileSync(`${__dirname}/fireblocks_secret.key`, 'utf8'); -console.log(process.env.KILN_API_URL); - const k = new Kiln({ baseUrl: process.env.KILN_API_URL as string, apiToken: process.env.KILN_API_KEY as string,