Fixed Prowl ExternalNotifcation.

This commit is contained in:
Mark McDowall 2011-11-09 21:05:57 -08:00
commit 1cf17cfc11
3 changed files with 3 additions and 9 deletions

View file

@ -40,7 +40,6 @@ namespace NzbDrone.Core.Providers.ExternalNotification
catch (Exception ex)
{
_logger.WarnException(ex.Message, ex);
throw;
}
}
@ -64,7 +63,6 @@ namespace NzbDrone.Core.Providers.ExternalNotification
catch (Exception ex)
{
_logger.WarnException(ex.Message, ex);
throw;
}
}