Remove debug output

pull/114/head
Wes Cossick 9 years ago
parent bfda8350ae
commit e18beb56f7

@ -761,14 +761,10 @@ function SimpleMDE(options) {
}
if(autoDownloadFA){
console.log("autodownloading");
var link = document.createElement("link");
link.rel = "stylesheet";
link.href = "https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css";
document.getElementsByTagName("head")[0].appendChild(link);
}else{
console.log("not autodownloading");
}

Loading…
Cancel
Save