mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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
Block a user