mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
remove debug logs
This commit is contained in:
committed by
Simon Laux
parent
d7b9febc33
commit
802677222b
@@ -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);
|
||||
});
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user