Skip to content

Commit c83cfd8

Browse files
committed
Remove passthrough of system frames from trnsp out to remove dups
1 parent 2025d23 commit c83cfd8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/simulflow/transport/out.clj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -217,10 +217,6 @@
217217
[(assoc state :transport/serializer new-serializer) {}]
218218
[state {}])
219219

220-
;; Handle system input passthrough
221-
(= input-port :sys-in)
222-
[state {:sys-out [frame]}]
223-
224220
;; Default case
225221
:else [state {}]))
226222

0 commit comments

Comments
 (0)