Skip to content
Snippets Groups Projects
Commit d1d0a78d authored by Cam Saul's avatar Cam Saul
Browse files

remove debug line :sunglasses:

parent 64cf4d37
Branches
Tags
No related merge requests found
......@@ -60,8 +60,6 @@
(filter #(not= (:table_schem %) "INFORMATION_SCHEMA")) ; filter out internal tables
(map (fn [{:keys [column_name type_name]}]
{column_name (or (column->base-type (keyword type_name))
(println (u/format-color 'red "\n\n--------------------------------------------------------------------------------\nTYPE NAME: %s\n--------------------------------------------------------------------------------\n\n"
type_name))
:UnknownField)}))
(into {}))))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment