about summary refs log tree commit diff stats
path: root/071print.mu
diff options
context:
space:
mode:
Diffstat (limited to '071print.mu')
-rw-r--r--071print.mu2
1 files changed, 0 insertions, 2 deletions
diff --git a/071print.mu b/071print.mu
index ddaa3d1c..9732ce2f 100644
--- a/071print.mu
+++ b/071print.mu
@@ -102,7 +102,6 @@ recipe print-character [
     bg-color <- copy 0/black
   }
   trace 90, [print-character], c
-  $log [printing character] c
   {
     # if x exists
     # (handle special cases exactly like in the real screen)
@@ -393,7 +392,6 @@ recipe move-cursor [
     reply sc/same-as-ingredient:0
   }
   # otherwise, real screen
-  $log [moving cursor to] new-row new-column
   move-cursor-on-display new-row, new-column
   reply sc/same-as-ingredient:0
 ]