diff --git a/prospect/actor.rkt b/prospect/actor.rkt index 9977abf..c56b220 100644 --- a/prospect/actor.rkt +++ b/prospect/actor.rkt @@ -647,8 +647,8 @@ perform-pending-patch run-init-actions)))))) - (local-require racket/pretty) - (pretty-print (syntax->datum action-fn-stx)) + ;; (local-require racket/pretty) + ;; (pretty-print (syntax->datum action-fn-stx)) #`(spawn! '#,linkage-kind #,action-fn-stx)) )