Remove leftover REPL debugging code
This commit is contained in:
parent
704fb899e3
commit
b831525948
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@
|
||||||
loaded)))))))
|
loaded)))))))
|
||||||
(throw (ex-info (str "Unknown dbtype: " dbtype) db-spec)))
|
(throw (ex-info (str "Unknown dbtype: " dbtype) db-spec)))
|
||||||
[url etc]))
|
[url etc]))
|
||||||
(def class-name "java.lang.String")
|
|
||||||
(defn- string->url+etc
|
(defn- string->url+etc
|
||||||
"Given a JDBC URL, return it with an empty set of options with no parsing."
|
"Given a JDBC URL, return it with an empty set of options with no parsing."
|
||||||
[s]
|
[s]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue