diff --git a/tns-core-modules/ui/styling/background.android.ts b/tns-core-modules/ui/styling/background.android.ts index 72cb259da..e31168305 100644 --- a/tns-core-modules/ui/styling/background.android.ts +++ b/tns-core-modules/ui/styling/background.android.ts @@ -285,7 +285,6 @@ export module ad { // Switch to software because of unsupported canvas methods if hardware acceleration is on: // http://developer.android.com/guide/topics/graphics/hardware-accel.html cache.layerType = cache.getLayerType(); - console.log(`$$$ ${cache}.setLayerType(${android.view.View.LAYER_TYPE_SOFTWARE}, null);`) cache.setLayerType(android.view.View.LAYER_TYPE_SOFTWARE, null); } }