From ff7c1a7fac5bf6f24adec3e4658566f192269b8c Mon Sep 17 00:00:00 2001 From: Gabriel Fournier Date: Wed, 27 Nov 2024 15:53:44 +0100 Subject: [PATCH] remve console log --- itest/integration.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/itest/integration.test.ts b/itest/integration.test.ts index 6123710..bb923a4 100644 --- a/itest/integration.test.ts +++ b/itest/integration.test.ts @@ -27,7 +27,6 @@ describe('Integration tests', () => { ), ); await environment.up(); - const secondsToWait = 10; console.log( `Waiting ${secondsToWait}s for graphnode to ingest a few blocks before querying it..`, );