remove obsolete comment

This commit is contained in:
xenia 2020-11-16 00:25:18 -05:00
parent 08703525d8
commit f8d55f8a80
1 changed files with 0 additions and 1 deletions

View File

@ -103,7 +103,6 @@
(values id public))))
(define (configure-agent-binary agent-node agent-arch server-node)
;; TODO : assumes unix
(define binary
(file->bytes
(build-path SERVER-DATA-DIR (string-append AGENT-ARCH-PREFIX agent-arch) AGENT-BINARY)))