Skip to content

Commit

Permalink
Temporarily disable new error handler in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfurmanski committed Feb 8, 2018
1 parent 1a4d0cb commit 2d15824
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -86,7 +86,7 @@ public void install()
{
clear();
handlers.forEach( pipeline::addLast );
installErrorHandling();
// installErrorHandling(); -- temporarily disabled for debugging purposes
}

private void clear()
Expand Down

0 comments on commit 2d15824

Please sign in to comment.