Skip to content

Commit 617acad

Browse files
authored
Merge pull request #244 from stanislavgeorgiev/master
fix(dialog): Remove console.log("singleton") statements.
2 parents 7d83204 + d12ebac commit 617acad

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/dialog/dialog.service.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,7 @@ export class DialogService {
174174
* and changes to it won't be considered a breaking change. Use at your own risk.
175175
*/
176176
singletonClickListen() {
177-
console.log("singleton");
178177
if (!DialogService.listeningForBodyClicks) {
179-
console.log("singleton click");
180178
document.body.firstElementChild.addEventListener("click", () => null, true);
181179
DialogService.listeningForBodyClicks = true;
182180
}

0 commit comments

Comments
 (0)