Skip to content

Commit

Permalink
remove test code
Browse files Browse the repository at this point in the history
  • Loading branch information
bao-qian committed May 13, 2020
1 parent 6ce2d1a commit bd371fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Wox/Image/ImageCache.cs
Expand Up @@ -59,7 +59,6 @@ private void ExpirationCheck(object state)
{
bool success = _cache.TryRemove(pair.Key, out CacheEntry entry);
Logger.WoxDebug($"remove expired: <{success}> entry: <{pair.Key}>");
throw new System.Exception("test timer exception caught");
}
}

Expand Down

0 comments on commit bd371fd

Please sign in to comment.