Removed System.Windows.Forms dependancy from Common. Almost done removing NLog dependancy.

This commit is contained in:
LukePulverenti
2013-02-21 20:26:35 -05:00
parent 931c0ea455
commit fdafa59683
88 changed files with 1025 additions and 767 deletions

View File

@@ -208,12 +208,12 @@ namespace MediaBrowser.Api.Streaming
{
try
{
Logger.Info("Deleting HLS file {0}", file);
//Logger.Info("Deleting HLS file {0}", file);
File.Delete(file);
}
catch (IOException ex)
{
Logger.ErrorException("Error deleting HLS file {0}", ex, file);
//Logger.ErrorException("Error deleting HLS file {0}", ex, file);
}
}
}