mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 11:01:21 +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) {
|
||||
console.log('accessibilityIgnoresInvertColorsProperty:', !!value);
|
||||
this.nativeViewProtected.accessibilityIgnoresInvertColors = !!value;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user