branch: elpa/pg commit c25e0724a722a544cbaf1ded6d807cd2950c9d33 Author: Eric Marsden <eric.mars...@risk-engineering.org> Commit: Eric Marsden <eric.mars...@risk-engineering.org>
Remove debugging message --- pg.el | 1 - 1 file changed, 1 deletion(-) diff --git a/pg.el b/pg.el index 527839343c4..0a86d344fdc 100644 --- a/pg.el +++ b/pg.el @@ -854,7 +854,6 @@ Uses database DBNAME, user USER and password PASSWORD." (unless options (signal 'pg-user-error (list (format "Could not parse PGOPTIONS value %s" option-string)))) (dolist (option options) - (message "££ Setting option %s to %s" (car option) (cdr option)) (condition-case e (pg-exec-prepared con "SELECT set_config($1, $2, false)" `((,(car option) . "text")