branch: elpa/emacsql
commit 7434263d82f16b902278af68659c8cab6b27867b
Author: Christopher Wellons <well...@nullprogram.com>
Commit: Christopher Wellons <well...@nullprogram.com>

    Oops, drop leftover function call.
---
 emacsql-psql.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/emacsql-psql.el b/emacsql-psql.el
index cde5008213..f7a895ef2b 100644
--- a/emacsql-psql.el
+++ b/emacsql-psql.el
@@ -74,7 +74,6 @@
   (let ((sql-string (apply #'emacsql-compile sql args)))
     (emacsql-clear connection)
     (emacsql-send-string connection sql-string)
-    (emacsql-psql--check-error connection)
     (emacsql-wait connection)
     (let ((error (emacsql-simple-error-check connection)))
       (if error

Reply via email to