From 4c21ff7983e8669b58afafd8a7036f89b8701e06 Mon Sep 17 00:00:00 2001 From: Oliver Caldwell Date: Fri, 4 Oct 2024 19:06:40 +0100 Subject: [PATCH] Remove a stray print, ty @sheluchin #611 --- fnl/conjure/client/sql/stdio.fnl | 1 - lua/conjure/client/sql/stdio.lua | 1 - 2 files changed, 2 deletions(-) diff --git a/fnl/conjure/client/sql/stdio.fnl b/fnl/conjure/client/sql/stdio.fnl index ddaafd2c..d7730081 100644 --- a/fnl/conjure/client/sql/stdio.fnl +++ b/fnl/conjure/client/sql/stdio.fnl @@ -105,7 +105,6 @@ suffix (if (and node (= "statement" (node:type))) ";\n" "\n")] - (print node (node:type) suffix) (repl.send (.. opts.code suffix) (fn [msgs] diff --git a/lua/conjure/client/sql/stdio.lua b/lua/conjure/client/sql/stdio.lua index 0be50fa2..ea089131 100644 --- a/lua/conjure/client/sql/stdio.lua +++ b/lua/conjure/client/sql/stdio.lua @@ -74,7 +74,6 @@ local function eval_str(opts) else suffix = "\n" end - print(node, node:type(), suffix) local function _11_(msgs) local msgs0 = __3elist(msgs) if opts["on-result"] then