Fixed :Compile warning cleanup (#314)

Fixed :Compile warning cleanup
This commit is contained in:
Qstick
2018-04-22 17:12:57 -04:00
committed by GitHub
parent 8d113864aa
commit 25c0423ef6
17 changed files with 38 additions and 44 deletions
@@ -160,7 +160,7 @@ namespace NzbDrone.Core.DecisionEngine
return new Rejection(result.Reason, spec.Type);
}
}
catch (NotImplementedException e)
catch (NotImplementedException)
{
_logger.Trace("Spec " + spec.GetType().Name + " not implemented.");
}