Skip to content

Commit

Permalink
=str Remove unused comments
Browse files Browse the repository at this point in the history
  • Loading branch information
He-Pin committed Dec 23, 2023
1 parent 781b122 commit 1ecf66c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ final class Flow[-In, +Out, +Mat](
extends FlowOpsMat[Out, Mat]
with Graph[FlowShape[In, Out], Mat] {

// TODO: debug string
override def toString: String = s"Flow($shape)"

override type Repr[+O] = Flow[In @uncheckedVariance, O, Mat @uncheckedVariance]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ import org.reactivestreams.Subscriber
final class Sink[-In, +Mat](override val traversalBuilder: LinearTraversalBuilder, override val shape: SinkShape[In])
extends Graph[SinkShape[In], Mat] {

// TODO: Debug string
override def toString: String = s"Sink($shape)"

/**
Expand Down

0 comments on commit 1ecf66c

Please sign in to comment.