mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +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