Skip to content

Commit

Permalink
Removed Debug from currentIndex in HighlightingView
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhand committed May 6, 2023
1 parent c09873e commit 5534050
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/FutureFlow/HighlightingView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ internal struct HighlightingView<Content: View, Chunk: FlowChunk>: View {
let chunks: [Chunk]
let content: () -> Content

#if DEBUG
// #if DEBUG
// State variables (TODO: Delete)
@State private var currentIndex: Int = 0
#endif
// #endif

@Namespace private var namespace2

Expand Down

0 comments on commit 5534050

Please sign in to comment.