Browse Source

feat: console

TIANYONG 1 năm trước cách đây
mục cha
commit
e86366684a
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      osmd-extended
  2. 1 1
      src/view/selection/index.tsx

+ 1 - 1
osmd-extended

@@ -1 +1 @@
-Subproject commit ff177488dd2d563ad84730f7fb37a7a6c00e02da
+Subproject commit 6b9005864c66e2974afa983ad59cac7a1eaf20b7

+ 1 - 1
src/view/selection/index.tsx

@@ -145,7 +145,7 @@ const calcNoteData = () => {
 			}
 		}
 	}
-	console.log("🚀 ~ selectData.notes:", selectData.notes, selectData.staves,notesList,MeasureNumberXMLList);
+	console.log("🚀 ~ selectData.notes:", selectData.notes, selectData.staves);
 };
 
 /** 重新计算 */