Skip to content

Commit

Permalink
clean old commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
retrogradeorbit committed Mar 31, 2022
1 parent d3285ba commit 03be47a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/clj/spire/transport.clj
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,6 @@
state/shell-context {:privileges :normal
:exec :ssh
:exec-fn ssh/ssh-exec
;;:shell-fn identity
;;:stdin-fn identity
}]
(facts/update-facts!)
(do ~@body)))
Expand All @@ -141,8 +139,6 @@
state/shell-context {:privileges :normal
:exec :ssh
:exec-fn ssh/ssh-exec
;;:shell-fn identity
;;:stdin-fn identity
}]
(facts/update-facts!)
(let [result# (do ~@body)]
Expand All @@ -162,7 +158,5 @@
state/shell-context {:privileges :normal
:exec :local
:exec-fn local/local-exec
;;:shell-fn identity
;;:stdin-fn identity
}]
(do ~@body)))

0 comments on commit 03be47a

Please sign in to comment.