Backing out changeset 46df1731dffc (bug 885615) for causing mochitest-other orange on a CLOSED TREE

This commit is contained in:
Tim Abraldes 2013-08-28 12:15:33 -07:00
Родитель ad27d6fab6
Коммит db07e3e2de
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -52,9 +52,6 @@ if (this.Components) {
LOG("Method", method, "succeeded"); LOG("Method", method, "succeeded");
} catch (ex) { } catch (ex) {
exn = ex; exn = ex;
if (!exn.stack) {
exn.stack = "No stack trace available!";
}
LOG("Error while calling agent method", exn, exn.stack); LOG("Error while calling agent method", exn, exn.stack);
} }