about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--http-client.mu2
1 files changed, 0 insertions, 2 deletions
diff --git a/http-client.mu b/http-client.mu
index f8e86046..82ba5746 100644
--- a/http-client.mu
+++ b/http-client.mu
@@ -10,8 +10,6 @@ def main [
     break-if done?
     n <- add n, 1
     buf <- append buf, c
-#?     trunc?:bool <- greater-or-equal n, 10000
-#?     loop-unless trunc?
     loop
   }
   result:text <- buffer-to-array buf