aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--desmoctl.scm8
1 files changed, 0 insertions, 8 deletions
diff --git a/desmoctl.scm b/desmoctl.scm
index 924437a..fb37bd1 100644
--- a/desmoctl.scm
+++ b/desmoctl.scm
@@ -281,14 +281,6 @@
;; API adapter ;;
;;;;;;;;;;;;;;;;;
-(define (mock-post-fn . rest)
- ;; (print (format "~%mock-post-fn called with: ~A" rest))
- rest)
-
-(define (mock-get-fn . rest)
- ;; (print (format "~%mock-get-fn called with: ~A" rest))
- rest)
-
(define http-client (make-parameter with-input-from-request))
(define (post-prison cfg prison-json)