diff options
author | Justin Bedo <cu@cua0.org> | 2024-11-07 07:36:00 +1100 |
---|---|---|
committer | Justin Bedo <cu@cua0.org> | 2024-11-07 07:36:04 +1100 |
commit | 2cb9fe7985b86e04c80f9181a1b3dc4f7c681e6b (patch) | |
tree | 1e338e23d946f88a20e96f5260c844556effd024 | |
parent | 21f2ce8a37fc8b286bc503f1f010e0cefdaa0594 (diff) |
remove debugging output
-rw-r--r-- | jterm.hs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -33,7 +33,6 @@ import qualified Streamly.Data.Stream.Prelude as S import System.Environment import System.IO.Unsafe import System.Posix.Pty -import Debug.Trace doubleClickDelay = 300 |