Skip to content

Commit 2780aa5

Browse files
committed
Remove println
1 parent b13b123 commit 2780aa5

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Change Log
22
All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).
33

4+
## 1.9.1 (2023-12-1)
5+
6+
#### Fixed
7+
8+
- Removed unnecessary debug messages
9+
410
## 1.9.0 (2023-11-30)
511

612
#### Added

src/day8/re_frame_10x/panels/app_db/subs.cljs

-3
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@
4343
[(rf/subscribe [::path-data {:id id}])
4444
(rf/subscribe [::settings.subs/expansion-limit])])
4545
(fn [[data limit] _]
46-
(println data)
47-
(println limit)
48-
(println (tools.coll/nodes-fewer-than? data limit))
4946
(tools.coll/nodes-fewer-than? data limit)))
5047

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

0 commit comments

Comments
 (0)