Просмотр исходного кода

refactor: remove debug log

from fix(Options): SystemComposerDistance leaves same distance for single and multiple composer lines (#917)	61ae292b	sschmid <s.schmid@phonicscore.com>	24.11.2020 at 19:37
sschmid 4 лет назад
Родитель
Сommit
f94cf38b9d
1 измененных файлов с 0 добавлено и 3 удалено
  1. 0 3
      src/MusicalScore/Graphical/SkyBottomLineCalculator.ts

+ 0 - 3
src/MusicalScore/Graphical/SkyBottomLineCalculator.ts

@@ -59,9 +59,6 @@ export class SkyBottomLineCalculator {
             const canvas: any = tmpCanvas.getCanvas();
             width = canvas.width;
             const height: number = canvas.height;
-            if (!(width > 0)) {
-                console.log("!!width: " + width);
-            }
 
             // This magic number is an offset from the top image border so that
             // elements above the staffline can be drawn correctly.