Skip to content

Commit

Permalink
Remove println
Browse files Browse the repository at this point in the history
  • Loading branch information
kimo-k committed Dec 1, 2023
1 parent b13b123 commit 2780aa5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Change Log
All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).

## 1.9.1 (2023-12-1)

#### Fixed

- Removed unnecessary debug messages

## 1.9.0 (2023-11-30)

#### Added
Expand Down
3 changes: 0 additions & 3 deletions src/day8/re_frame_10x/panels/app_db/subs.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@
[(rf/subscribe [::path-data {:id id}])
(rf/subscribe [::settings.subs/expansion-limit])])
(fn [[data limit] _]
(println data)
(println limit)
(println (tools.coll/nodes-fewer-than? data limit))
(tools.coll/nodes-fewer-than? data limit)))

;; [IJ] TODO: This doesn't appear to be used anywhere:
Expand Down

0 comments on commit 2780aa5

Please sign in to comment.