Skip to content
Snippets Groups Projects
Commit bc99be45 authored by Cam Saül's avatar Cam Saül
Browse files

Remove debug println :scream_cat:

parent 66c60a96
No related branches found
No related tags found
No related merge requests found
......@@ -171,7 +171,6 @@
(defn- destroy-test-databases!
{:expectations-options :after-run}
[]
(println "TIME TO DESTROY:" @created-databases)
(u/pdoseq [db-name @created-databases]
(u/ignore-exceptions
(destroy-dataset! db-name))))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment