From f3300bcbf0574e1f0e299dc96b2e91657807e7e0 Mon Sep 17 00:00:00 2001 From: Michael Lange Date: Thu, 15 Oct 2020 10:38:00 -0700 Subject: [PATCH] Remove the scenarios I didn't need/didn't get to --- ui/mirage/scenarios/topo.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ui/mirage/scenarios/topo.js b/ui/mirage/scenarios/topo.js index ed85f0f70..d38d28df5 100644 --- a/ui/mirage/scenarios/topo.js +++ b/ui/mirage/scenarios/topo.js @@ -45,8 +45,6 @@ export function topoSmall(server) { }); } -export function topoSmallProblems(server) {} - export function topoMedium(server) { server.createList('agent', 3); server.createList('node', 10, { @@ -109,7 +107,3 @@ export function topoMedium(server) { forceRunningClientStatus: true, }); } - -export function topoMediumBatch(server) {} - -export function topoMediumVariadic(server) {}