diff --git a/deltachat-jsonrpc/typescript/test/basic.ts b/deltachat-jsonrpc/typescript/test/basic.ts index 1888cd145..cd8eeab82 100644 --- a/deltachat-jsonrpc/typescript/test/basic.ts +++ b/deltachat-jsonrpc/typescript/test/basic.ts @@ -61,7 +61,6 @@ describe("basic tests", () => { describe("account managment", () => { it("should create account", async () => { const res = await dc.rpc.addAccount(); - console.log('res', res) assert((await dc.rpc.getAllAccountIds()).length === 1); }); diff --git a/deltachat-jsonrpc/typescript/test/online.ts b/deltachat-jsonrpc/typescript/test/online.ts index 665fe57a0..2e24622aa 100644 --- a/deltachat-jsonrpc/typescript/test/online.ts +++ b/deltachat-jsonrpc/typescript/test/online.ts @@ -46,7 +46,6 @@ describe("online tests", function () { } account2 = await createTempUser(process.env.DCC_NEW_TMP_EMAIL); - console.log({ account: account1, account2 }) if (!account2 || !account2.email || !account2.password) { console.log( "We didn't got back an account2 from the api, skip intergration tests"