Skip to content

Commit

Permalink
Remove useless comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
satorumurmur committed Mar 16, 2020
1 parent 663d9c7 commit 95bd741
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions __src/bibi/resources/scripts/bibi.heart.js
Original file line number Diff line number Diff line change
Expand Up @@ -1073,7 +1073,6 @@ L.loadItem = (Item, Opt = {}) => { // !!!! Don't Call Directly. Use L.loadSpread
})).then(() => {
return L.postprocessItem(Item);
}).then(() => {
//console.log(Item.src);
Item.Loaded = true;
ItemBox.classList.add('loaded');
E.dispatch('bibi:loaded-item', Item);
Expand Down Expand Up @@ -1149,7 +1148,6 @@ L.patchItemStyles = (Item) => new Promise(resolve => { // only for reflowable.
};
if(!checkCSSLoadingAndResolve()) Item.CSSLoadingTimerID = setInterval(checkCSSLoadingAndResolve, 33);
}).then(() => {
//console.log(Item.StyleSheets);
if(!Item.Preprocessed) {
if(B.Package.Metadata['ebpaj:guide-version']) {
const Versions = B.Package.Metadata['ebpaj:guide-version'].split('.');
Expand Down

0 comments on commit 95bd741

Please sign in to comment.