Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhulce committed Sep 17, 2020
1 parent 4d94142 commit c0f7d9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lighthouse-core/lib/tracehouse/cpu-profile-model.js
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,6 @@ class CpuProfilerModel {
const knownTasksEndingNotContained = knownTasksEnding
.filter(t => !knownTasksStarting.includes(t));

// if (node.callFrame.functionName === 'window.library.stall') console.log({earliestPossibleTimestamp, latestPossibleTimestamp, knownTasksStartingNotContained});
let effectiveTimestamp = latestPossibleTimestamp;
if (knownTasksStartingNotContained.length) {
// Tasks that started but did not finish take priority. Use the earliest of their timestamps.
Expand Down

0 comments on commit c0f7d9a

Please sign in to comment.