mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 02:54:11 +08:00
fix: removed unecessary console.log
(#9877)
This commit is contained in:
@ -626,7 +626,6 @@ export class View extends ViewCommon implements ViewDefinition {
|
|||||||
}
|
}
|
||||||
|
|
||||||
[accessibilityIgnoresInvertColorsProperty.setNative](value: boolean) {
|
[accessibilityIgnoresInvertColorsProperty.setNative](value: boolean) {
|
||||||
console.log('accessibilityIgnoresInvertColorsProperty:', !!value);
|
|
||||||
this.nativeViewProtected.accessibilityIgnoresInvertColors = !!value;
|
this.nativeViewProtected.accessibilityIgnoresInvertColors = !!value;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user