Skip to content

Commit f35eedb

Browse files
committed
Remove comment
1 parent 1edfe86 commit f35eedb

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/commands.janet

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
(map (fn [build-command] (build-command arguments file-path))
4444
commands)))
4545

46-
# TODO: Replace reduce with something else.
4746
(defn run-commands [plan file-path arguments]
4847
(def commands (build-commands arguments file-path))
4948
(def errors (filter identity (flatten (map (fn [c] (c :errors)) commands))))

0 commit comments

Comments
 (0)