mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Remove a forgotten console.log
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user