From 913869af43188ccf4facdb6b8f6d921f660485bd Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 24 May 2022 15:10:51 +0200 Subject: [PATCH] remove console.log --- scripts/approve-subscription.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/approve-subscription.ts b/scripts/approve-subscription.ts index 6f3796c..99d6d06 100644 --- a/scripts/approve-subscription.ts +++ b/scripts/approve-subscription.ts @@ -17,7 +17,6 @@ const SF_RESOLVER = Constants.SF_RESOLVER; async function main() { - console.log("checking var - ", CFA_ADDRESS); const sf = new SuperfluidSDK.Framework({ web3, resolverAddress: SF_RESOLVER,