mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-31 22:14:09 +00:00
Remove console debug line
This commit is contained in:
parent
e74eded3f1
commit
89ad5d43c3
1 changed files with 0 additions and 1 deletions
|
|
@ -74,7 +74,6 @@ SkinManager = {
|
|||
Promise.all(promisedCssRules).then(function(newCssRules) {
|
||||
this._createNewStyleNode();
|
||||
cssRules = newCssRules.join('\n');
|
||||
console.log(cssRules.length);
|
||||
this.styleNode.appendChild(document.createTextNode(cssRules));
|
||||
this._parseVisColors(zip);
|
||||
this.completedCallback();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue