Skip to content

Commit cf9c017

Browse files
committed
MAGE-1105 Remove commented code
1 parent b80813a commit cf9c017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Logger/DiagnosticsLogger.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public function stopProfiling(string $timerName): void
102102
{
103103
if (!$this->isProfilerEnabled) return;
104104

105-
$lastTimerName = array_pop($this->timerStack); //$this->timerStack[count($this->timerStack) - 1];
105+
$lastTimerName = array_pop($this->timerStack);
106106
$timerName = $this->simplifyMethodName($timerName);
107107

108108
if ($lastTimerName !== $timerName) {

0 commit comments

Comments
 (0)