Remove a forgotten console.log

This commit is contained in:
Rossen Hristov
2016-05-31 16:49:07 +03:00
parent 0a8d211665
commit 0407aaf5d2

View File

@@ -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);
}
}