Skip to content

Commit

Permalink
cleanup and prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
Locrian24 committed Jan 23, 2024
1 parent a332ec6 commit f9b7d49
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@saasquatch/squatch-js",
"version": "2.6.1",
"version": "2.6.2-0",
"description": "The official Referral SaaSquatch Javascript Web/Browser SDK https://docs.referralsaasquatch.com/developer/squatchjs/",
"license": "MIT",
"author": "ReferralSaaSquatch.com, Inc.",
Expand Down
1 change: 0 additions & 1 deletion src/widgets/EmbedWidget.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ export default class EmbedWidget extends Widget {
this._loadEvent(_sqh);
_log("loaded");
} else {
console.log("attaching");
this._attachLoadEventListener(frameDoc, _sqh);
}
});
Expand Down
1 change: 0 additions & 1 deletion src/widgets/PopupWidget.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ export default class PopupWidget extends Widget {
this._loadEvent(_sqh);
_log("Popup opened");
} else {
console.log("ATTACHED");
this._attachLoadEventListener(frameDoc, _sqh);
}
});
Expand Down
1 change: 0 additions & 1 deletion src/widgets/Widget.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ export default abstract class Widget {
frameDoc: Document,
sqh: ProgramLoadEvent | GenericLoadEvent
) {
console.log(this.loadEventListener);
if (this.loadEventListener === null) {
this.loadEventListener = (
e: CustomEvent<{ userId: string; accountId: string }>
Expand Down

0 comments on commit f9b7d49

Please sign in to comment.