about summary refs log tree commit diff stats
path: root/050scenario.cc
diff options
context:
space:
mode:
Diffstat (limited to '050scenario.cc')
-rw-r--r--050scenario.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/050scenario.cc b/050scenario.cc
index c4f2541b..e84a18e9 100644
--- a/050scenario.cc
+++ b/050scenario.cc
@@ -79,7 +79,6 @@ Scenario_names = Scenario_names_snapshot;
 :(before "End Command Handlers")
 else if (command == "scenario") {
   scenario result = parse_scenario(in);
-//?   result.name.clear();  // disable running scenarios
   if (!result.name.empty())
     Scenarios.push_back(result);
 }