Skip to content

Commit cfc4d2f

Browse files
committed
Revert "Issues-570: Logging errors with Tideways"
This reverts commit d923e79.
1 parent 310d7b5 commit cfc4d2f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

vanilla/library/core/class.controller.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1733,10 +1733,6 @@ protected function _renderXml($data, $node = 'Data', $indent = '') {
17331733
* @param Exception $ex The exception to render.
17341734
*/
17351735
public function renderException($ex) {
1736-
// FIX: https://github.com/topcoder-platform/forums/issues/570
1737-
if (class_exists('Tideways\Profiler')) {
1738-
\Tideways\Profiler::logException($ex);
1739-
}
17401736
if ($this->deliveryMethod() == DELIVERY_METHOD_XHTML) {
17411737
try {
17421738
// Pick our route.

0 commit comments

Comments
 (0)