Skip to content

Commit 9c4ddca

Browse files
committed
Removed tmp debug code
1 parent a7efd45 commit 9c4ddca

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

FastCache/FastCache.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -284,9 +284,7 @@ private void OnEviction(TKey key)
284284
{
285285
_itemEvicted(key);
286286
}
287-
catch {
288-
var i = 0;
289-
} //to prevent any exceptions from crashing the thread
287+
catch { } //to prevent any exceptions from crashing the thread
290288
});
291289
}
292290

0 commit comments

Comments
 (0)