瀏覽代碼

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 年之前
父節點
當前提交
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.