From 3abbbb5d4b6267d68b26e31b09ac1b88c4188de9 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Mon, 11 May 2015 22:56:38 -0700 Subject: 1350 --- 023jump.cc | 1 - 1 file changed, 1 deletion(-) (limited to '023jump.cc') diff --git a/023jump.cc b/023jump.cc index 8349f44e..807113f3 100644 --- a/023jump.cc +++ b/023jump.cc @@ -42,7 +42,6 @@ Recipe_number["jump-if"] = JUMP_IF; :(before "End Primitive Recipe Implementations") case JUMP_IF: { assert(current_instruction().ingredients.at(1).initialized); - trace("AAA") << current_instruction().to_string() << '\n'; assert(ingredients.size() == 2); assert(ingredients.at(0).size() == 1); // scalar if (!ingredients.at(0).at(0)) { -- cgit 1.4.1-2-gfad0