Skip to content

Commit

Permalink
Removed tmp debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-jitbit committed Nov 5, 2024
1 parent a7efd45 commit 9c4ddca
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions FastCache/FastCache.cs
Original file line number Diff line number Diff line change
Expand Up @@ -284,9 +284,7 @@ private void OnEviction(TKey key)
{
_itemEvicted(key);
}
catch {
var i = 0;
} //to prevent any exceptions from crashing the thread
catch { } //to prevent any exceptions from crashing the thread
});
}

Expand Down

0 comments on commit 9c4ddca

Please sign in to comment.