Skip to content

Commit bd371fd

Browse files
committed
remove test code
1 parent 6ce2d1a commit bd371fd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Wox/Image/ImageCache.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ private void ExpirationCheck(object state)
5959
{
6060
bool success = _cache.TryRemove(pair.Key, out CacheEntry entry);
6161
Logger.WoxDebug($"remove expired: <{success}> entry: <{pair.Key}>");
62-
throw new System.Exception("test timer exception caught");
6362
}
6463
}
6564

0 commit comments

Comments
 (0)