diff --git a/src/scenario.js b/src/scenario.js index fc5f62773b..cd818fd7bc 100644 --- a/src/scenario.js +++ b/src/scenario.js @@ -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) {