Skip to content

Commit 85be3e2

Browse files
committed
refactor(cdk/dialog): dialog name not read by sr for mac on chrome & firefox
Removes test console logs from CDK dialog-container.ts. Fixes b/274674581
1 parent b6bbe49 commit 85be3e2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/cdk/dialog/dialog-container.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,6 @@ export class CdkDialogContainer<C extends DialogConfig = DialogConfig>
132132

133133
this._document = _document;
134134

135-
console.log('inside constructor this._config');
136-
console.log(this._config);
137135
if (this._config.ariaLabel) {
138136
this._ariaLabel = this._config.ariaLabel;
139137
}

0 commit comments

Comments
 (0)