Skip to content

Commit

Permalink
Clean comments
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryAstafyev committed Jul 27, 2023
1 parent 18ded94 commit f406ad8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions application/apps/indexer/session/src/state/session_file.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ pub struct SessionFile {
pub writer: Option<BufWriter<File>>,
pub last_message_timestamp: Instant,
pub sources: SourceIDs,
/// true - if session file is a single text file, which user opens; false - *.session file, which was created
/// to collect decoded content or if concat
pub stage: SessionFileStage,
}

Expand Down

0 comments on commit f406ad8

Please sign in to comment.