ReSharper: remove redundant code

This commit is contained in:
bao-qian
2016-01-06 21:34:42 +00:00
parent ae42c4df16
commit 0daa3a8f57
65 changed files with 279 additions and 250 deletions

View File

@@ -1,6 +1,7 @@
using System.IO;
using System.Net;
using System.Text;
using Wox.Infrastructure.Logger;
using Wox.Plugin;
namespace Wox.Infrastructure.Http
@@ -56,7 +57,7 @@ namespace Wox.Infrastructure.Http
}
catch (System.Exception e)
{
Logger.Log.Error(e);
Log.Error(e);
return string.Empty;
}
@@ -109,7 +110,7 @@ namespace Wox.Infrastructure.Http
}
catch (System.Exception e)
{
Logger.Log.Error(e);
Log.Error(e);
return string.Empty;
}