remove debug error

pull/21833/head
Bruno Windels 2019-04-09 18:09:18 +02:00
parent f55a448739
commit b0fb36dbb2
1 changed files with 0 additions and 1 deletions

View File

@ -42,7 +42,6 @@ module.exports = async function scenario(createSession, restCreator) {
console.log("create REST users:");
const charlies = await createRestUsers(restCreator);
await lazyLoadingScenarios(alice, bob, charlies);
throw new Error("f41l!!!");
}
async function createRestUsers(restCreator) {