Commit ade26978 authored by JC Brand's avatar JC Brand

Don't call the handler again in the except clause.

This was added earlier for debugging, removing it again now.
parent 62a2e307
......@@ -1917,7 +1917,6 @@ Strophe.Handler.prototype = {
try {
result = this.handler(elem);
} catch (e) {
result = this.handler(elem);
if (e.sourceURL) {
Strophe.fatal("error: " + this.handler +
" " + e.sourceURL + ":" +
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment