about summary refs log tree commit diff stats
path: root/html/036call_reply.cc.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/036call_reply.cc.html')
-rw-r--r--html/036call_reply.cc.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/html/036call_reply.cc.html b/html/036call_reply.cc.html
index 2334a5c4..b99ecc0d 100644
--- a/html/036call_reply.cc.html
+++ b/html/036call_reply.cc.html
@@ -179,7 +179,6 @@ recipe test1 [
 <span class="traceContains">+error: main: '2:number &lt;- test1 1:number' should write to 1:number rather than 2:number</span>
 
 <span class="Delimiter">:(scenario reply_same_as_ingredient_dummy)</span>
-<span class="Comment"># % Hide_errors = true;</span>
 recipe main [
   <span class="Constant">1</span>:number<span class="Special"> &lt;- </span>copy <span class="Constant">0</span>
   _<span class="Special"> &lt;- </span>test1 <span class="Constant">1</span>:number  <span class="Comment"># call with different ingredient and product</span>