Skip to content

Commit

Permalink
hack: Comment out info! statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
shanecelis committed Apr 30, 2024
1 parent 00230a8 commit a2ccd91
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ where
for sequence in sequences {
builder.insert(sequence.acts.clone(), sequence.clone());
}
info!(
"Building trie for {} input sequences.",
A::short_type_path()
);
// info!(
// "Building trie for {} input sequences.",
// A::short_type_path()
// );
assert!(
self.position.is_empty(),
"Position should be none when rebuilding trie"
Expand Down

0 comments on commit a2ccd91

Please sign in to comment.