From 75811b6d6c54600f7d65ac57d4c7fab49555001d Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Thu, 10 Mar 2022 09:37:51 +0000 Subject: [PATCH] remove debug output --- just/just.fnl | 2 -- 1 file changed, 2 deletions(-) diff --git a/just/just.fnl b/just/just.fnl index eee8bd7..edf8e5a 100644 --- a/just/just.fnl +++ b/just/just.fnl @@ -45,8 +45,6 @@ progress, trough { (: :gsub "([^%w ])" (fn [c] (string.format "%%%02X" (string.byte c)))) (: :gsub " " "+"))) -(print (urlencode "hello world o'hare & feirneds")) - (local default-search-provider "ddg") (fn search-term-to-uri [provider text]