Remove forgotten debug fn's

This commit is contained in:
Teemu Patja 2017-03-10 20:27:11 +02:00
parent a2fc249a62
commit d17b207064
No known key found for this signature in database
GPG Key ID: F5B7035E6580FD4C
1 changed files with 0 additions and 10 deletions

View File

@ -84,13 +84,3 @@
(sql-value [value] (to-pg-json value))
IPersistentVector
(sql-value [value] (to-pg-json value)))
(defn jsonb-insert-test [m]
(jdbc/with-db-connection [con-db *db*]
(jsonb-insert {:data m})))
(defn jsonb-select-test []
(jdbc/with-db-connection [con-db *db*]
(jsonb-query)))