Skip to content

Commit

Permalink
Remove printlns
Browse files Browse the repository at this point in the history
  • Loading branch information
dspearson committed Jun 4, 2023
1 parent ccf8a41 commit 5c2b7ef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/phlegyas/sqlitefs_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@
fetched-directory (vfs/get-node system sub-directory-1)
dir-contents (vfs/get-directory-contents system root-directory)
subdir-contents (vfs/get-directory-contents system root-directory)
_ (println (first dir-contents))
dir (vfs/directory-reader system root-directory 8192)]
(println "Dir:" dir)
(testing "Directory is successfully inserted and retrievable"
(is (uuid= (:qid-path sub-directory-1)
(:qid-path fetched-directory))))
Expand Down

0 comments on commit 5c2b7ef

Please sign in to comment.