remove debug logs

This commit is contained in:
Franz Heinzmann (Frando)
2022-06-29 22:59:17 +02:00
committed by Simon Laux
parent d7b9febc33
commit 802677222b
2 changed files with 0 additions and 2 deletions

View File

@@ -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);
});

View File

@@ -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"