Skip to content

Commit

Permalink
Removed build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigraine committed Oct 9, 2009
1 parent c46d33f commit 5ee71f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ELMSConnector/ElmsHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ private void ExecuteCommand(ICommand command)
{
command.Execute();
}
catch (ThreadAbortException ex)
catch (ThreadAbortException)
{
_logger.DebugFormat("Swallowed ThreadAbortException");
//Swallow. A redirect has happened
Expand Down

0 comments on commit 5ee71f9

Please sign in to comment.