Skip to content

Commit

Permalink
empty log
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-aztec committed Oct 6, 2023
1 parent eeb8d48 commit 452e5dd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions yarn-project/end-to-end/src/canary/browser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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')));

Expand Down

0 comments on commit 452e5dd

Please sign in to comment.