浏览代码

fix lint error (#938)

sschmidTU 4 年之前
父节点
当前提交
ed2572e850
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/MusicalScore/Graphical/VexFlow/VexFlowMusicSheetCalculator.ts

+ 0 - 1
src/MusicalScore/Graphical/VexFlow/VexFlowMusicSheetCalculator.ts

@@ -202,7 +202,6 @@ export class VexFlowMusicSheetCalculator extends MusicSheetCalculator {
 
         // add more than the original staffEntries scaling again: (removing it above makes it too short)
         if (maxStaffEntries > 1) { // not necessary for only 1 StaffEntry
-          console.log('max: ' + maxStaffEntriesPlusAccidentals);
           minStaffEntriesWidth += maxStaffEntriesPlusAccidentals * staffEntryFactor * 1.5; // don't scale this for implicit measures
           // in fact overscale it, this needs a lot of space the more staffEntries (and modifiers like accidentals) there are
         }