Skip to content

Commit

Permalink
Remove xhr.pg references
Browse files Browse the repository at this point in the history
  • Loading branch information
nicjansma committed Sep 14, 2015
1 parent e761463 commit afcdc9f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion boomerang.js
Original file line number Diff line number Diff line change
Expand Up @@ -1113,7 +1113,6 @@ BOOMR_check_doc_domain();
impl.fireEvent("xhr_load", name);
}
else {
BOOMR.addVar("xhr.pg", name);
BOOMR.plugins.RT.startTimer("xhr_" + name, t_start);
impl.fireEvent("xhr_load", {
"name": "xhr_" + name,
Expand Down
1 change: 0 additions & 1 deletion plugins/rt.js
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,6 @@
if (ename==="xhr") {
if (data && data.name && impl.timers[data.name]) {
// For xhr timers, t_start is stored in impl.timers.xhr_{page group name}
// and xhr.pg is set to {page group name}
t_start = impl.timers[data.name].start;
}
else if (data && data.timing && data.timing.requestStart) {
Expand Down

0 comments on commit afcdc9f

Please sign in to comment.