Skip to content
This repository has been archived by the owner on Oct 12, 2021. It is now read-only.

Commit

Permalink
remove an unused var, quite some logging
Browse files Browse the repository at this point in the history
  • Loading branch information
mixedpuppy committed Oct 7, 2011
1 parent 6b6c757 commit 5facf13
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions addons/jetpack/lib/services.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ MediatorPanel.prototype = {
this.panel.port.emit("owa.mediation.setup", {
activity: this.activity,
serviceList: serviceList,
caller: this.contentWindow.location.href,
invocationid: this.invocationid
});
}.bind(this));
Expand Down Expand Up @@ -514,7 +513,7 @@ serviceInvocationHandler.prototype = {
newPopups.push(popupCheck);
}
}
console.log("window closed - had", this._popups.length, "popups, now have", newPopups.length);
//console.log("window closed - had", this._popups.length, "popups, now have", newPopups.length);
this._popups = newPopups;
},

Expand Down

0 comments on commit 5facf13

Please sign in to comment.