Bug 1664894: Remove logging r=eeejay

Differential Revision: https://phabricator.services.mozilla.com/D99933
This commit is contained in:
Morgan Reschenberg 2020-12-16 20:10:13 +00:00
Родитель 076ee57756
Коммит a8d528a678
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -188,7 +188,6 @@ void ProxyRoleChangedEvent(ProxyAccessible* aTarget, const a11y::role& aRole) {
@implementation GeckoNSApplication (a11y)
- (void)accessibilitySetValue:(id)value forAttribute:(NSString*)attribute {
NSLog(@"Checking a11y");
if ([attribute isEqualToString:@"AXEnhancedUserInterface"]) {
mozilla::a11y::sA11yShouldBeEnabled = ([value intValue] == 1);
#if defined(MOZ_TELEMETRY_REPORTING)