about summary refs log tree commit diff stats
path: root/cpp/013run
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/013run')
-rw-r--r--cpp/013run3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/013run b/cpp/013run
index 4917271b..e226bc01 100644
--- a/cpp/013run
+++ b/cpp/013run
@@ -80,8 +80,6 @@ inline bool done(routine& rr) {
   return running_at(rr) >= steps(rr).size();
 }
 
-:(after "int main")
-  load("core.mu");
 :(before "End Main")
 if (argc > 1) {
   setup();
@@ -125,6 +123,7 @@ void run(string form) {
 
 :(before "End Setup")
 for (size_t i = 0; i < recipes_added_by_test.size(); ++i) {
+//?   cout << "AAA clearing " << Recipe[recipes_added_by_test[i]].name << '\n'; //? 1
   Recipe_number.erase(Recipe[recipes_added_by_test[i]].name);
   Recipe.erase(recipes_added_by_test[i]);
 }