We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84a6c5d commit b66b9f3Copy full SHA for b66b9f3
interceptors/RequestCollector.cfc
@@ -245,8 +245,6 @@ component extends="coldbox.system.Interceptor" {
245
*/
246
private function initRequestTracker( event ){
247
if ( isNull( request.cbRequestCollectorStarted ) ) {
248
- // The timer hashes are stored here for the request and then destroyed
249
- param request.$timerHashes = {};
250
// init tracker variables for the request
251
variables.debuggerService.createRequestTracker( event );
252
// Mark as inited
0 commit comments