From 0407aaf5d2ad2d5c001bfcfcfb6398d4f5bcf0c2 Mon Sep 17 00:00:00 2001 From: Rossen Hristov Date: Tue, 31 May 2016 16:49:07 +0300 Subject: [PATCH] Remove a forgotten console.log --- tns-core-modules/ui/styling/background.android.ts | 1 - 1 file changed, 1 deletion(-) 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); } }