diff --git a/app/projects/corsica/analyse/Context/ActiveChartPoint.tsx b/app/projects/corsica/analyse/context/ActiveChartPoint.tsx similarity index 100% rename from app/projects/corsica/analyse/Context/ActiveChartPoint.tsx rename to app/projects/corsica/analyse/context/ActiveChartPoint.tsx diff --git a/app/projects/mtts/scale-builder/components/PianoKey.tsx b/app/projects/mtts/scale-builder/components/PianoKey.tsx index 8a7025a..084fd93 100644 --- a/app/projects/mtts/scale-builder/components/PianoKey.tsx +++ b/app/projects/mtts/scale-builder/components/PianoKey.tsx @@ -4,7 +4,6 @@ import classNames from 'classnames' import { COLOR, getNoteColor } from '../helpers/getNoteColor' export default function PianoKey({ scale, note }: PianoKeyComponentProps) { - console.log(scale, note) return