Skip to content

Commit cbe253f

Browse files
committed
Remove old debug code
1 parent 79ad004 commit cbe253f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/clojure/clojure/java/jdbc.clj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1076,7 +1076,6 @@ http://clojure-doc.org/articles/ecosystem/java_jdbc/home.html"}
10761076
"Given a db-spec, a SQL statement (or a prepared statement), a set of
10771077
parameters, a result set processing function and options, execute the query."
10781078
[db sql params func opts]
1079-
#_(println "\nquery" sql params)
10801079
(if (instance? PreparedStatement sql)
10811080
(let [^PreparedStatement stmt sql]
10821081
(execute-query-with-params

0 commit comments

Comments
 (0)