Oops, remove console.log
This commit is contained in:
parent
746e115f99
commit
1793b6840a
|
@ -30,12 +30,10 @@ var $buo = function() {
|
|||
sheet.innerHTML = style;
|
||||
}
|
||||
catch(e) {
|
||||
console.log(e);
|
||||
try {
|
||||
sheet.styleSheet.cssText = style;
|
||||
}
|
||||
catch(ex) {
|
||||
console.log('failed to add the css');
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue