From 452e5dd8b260da849217789a2659e97ecaa51172 Mon Sep 17 00:00:00 2001 From: Dan Lee Date: Fri, 6 Oct 2023 11:34:07 +0100 Subject: [PATCH] empty log --- yarn-project/end-to-end/src/canary/browser.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/yarn-project/end-to-end/src/canary/browser.ts b/yarn-project/end-to-end/src/canary/browser.ts index c4b9c8f7c88..bcf1fc4608c 100644 --- a/yarn-project/end-to-end/src/canary/browser.ts +++ b/yarn-project/end-to-end/src/canary/browser.ts @@ -47,10 +47,8 @@ export const browserTestSuite = (setup: () => Server, pageLogger: AztecJs.DebugL beforeAll(async () => { server = setup(); testClient = AztecJs.createPXEClient(PXE_URL!); - console.log('before waitforSandbox'); await AztecJs.waitForSandbox(testClient); - console.log('koa()'); app = new Koa(); app.use(serve(path.resolve(__dirname, './web')));