removed console trace

This commit is contained in:
mig 2017-04-28 16:31:58 +02:00
parent ff4f9e641e
commit 6dea674e30

View file

@ -289,7 +289,6 @@ JocGame.prototype.InitView = function() {
JocGame.prototype.LoadCss = function() {
var styles = document.querySelectorAll("head link[class='jocly-css']");
styles.forEach(function(style) {
console.info("removing style",style.getAttribute("href"));
style.parentNode.removeChild(style);
});
var self = this;