Skip to content

Commit b66b9f3

Browse files
committed
removal of old unused code
1 parent 84a6c5d commit b66b9f3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

interceptors/RequestCollector.cfc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,6 @@ component extends="coldbox.system.Interceptor" {
245245
*/
246246
private function initRequestTracker( event ){
247247
if ( isNull( request.cbRequestCollectorStarted ) ) {
248-
// The timer hashes are stored here for the request and then destroyed
249-
param request.$timerHashes = {};
250248
// init tracker variables for the request
251249
variables.debuggerService.createRequestTracker( event );
252250
// Mark as inited

0 commit comments

Comments
 (0)