From 95647bde692466cfd7b205c3f7fe9a07a71f4e50 Mon Sep 17 00:00:00 2001 From: Justin Blake Date: Fri, 6 Mar 2026 21:57:18 -0500 Subject: [PATCH] Remove note about Debug.log in terminal apps This is no longer accurate and I don't think it's needed anymore. --- src/Debug.gren | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/Debug.gren b/src/Debug.gren index 1ff16a0f..11ade510 100644 --- a/src/Debug.gren +++ b/src/Debug.gren @@ -51,11 +51,6 @@ relies on `toString` which has the same restriction and (2) it is not a pure function and would therefore have unpredictable behavior when paired with compiler optimizations that move code around. -**Note:** If you want to create a terminal application that prints stuff out, -use ports for now. That will give you full access to reading and writing in the -terminal. We may have a package in Gren for this someday, but browser -applications are the primary focus of platform development for now. - -} log : String -> a -> a log =