Skip to content

Commit 3b0e8dc

Browse files
committed
Make sure tideways is completely removed
1 parent e6b1ff2 commit 3b0e8dc

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

vanilla/library/core/class.controller.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2112,11 +2112,6 @@ public function sendHeaders() {
21122112
\Vanilla\Web\CacheControlMiddleware::sendCacheControlHeaders($this->_Headers['Cache-Control']);
21132113
}
21142114

2115-
// FIX: https://github.com/topcoder-platform/forums/issues/381
2116-
if (class_exists('Tideways\Profiler')) {
2117-
safeHeader("Server-Timing: ".\Tideways\Profiler::generateServerTimingHeaderValue(), true);
2118-
}
2119-
21202115
// Empty the collection after sending
21212116
$this->_Headers = [];
21222117
}

0 commit comments

Comments
 (0)