remove unessecary comment

This commit is contained in:
Jade (Rose) Rowland 2024-05-23 00:01:22 -04:00
parent 9bb1039bbd
commit 98cb128fa2

View File

@ -36,7 +36,6 @@ const waveshapes = {
}, },
sine(phase) { sine(phase) {
return Math.sin(Math.PI * 2 * phase) * 0.5 + 0.5; return Math.sin(Math.PI * 2 * phase) * 0.5 + 0.5;
// return Math.sin(Math.PI * 2 * phase);
}, },
ramp(phase) { ramp(phase) {
return phase; return phase;