Skip to content

Commit a4a812a

Browse files
committed
Remove debug code
1 parent 9d18a15 commit a4a812a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/clojurians_log/repl.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
(defn files-from
103103
"Get a sequence of log files starting ata given date"
104104
[date]
105-
(->> (log-files "/home/arne/github/clojurians-log/logs")
105+
(->> (log-files)
106106
(drop-while #(not (clojure.string/starts-with? (.getName %) date)))))
107107

108108
(defn load-from

0 commit comments

Comments
 (0)