fix: removed unecessary console.log (#9877)

This commit is contained in:
farfromrefuge
2022-04-20 22:14:49 +02:00
committed by GitHub
parent 54f454f881
commit 74e42fcb8b

View File

@ -626,7 +626,6 @@ export class View extends ViewCommon implements ViewDefinition {
}
[accessibilityIgnoresInvertColorsProperty.setNative](value: boolean) {
console.log('accessibilityIgnoresInvertColorsProperty:', !!value);
this.nativeViewProtected.accessibilityIgnoresInvertColors = !!value;
}