forked from CryHavoc/dottes
Remove debug line.
This commit is contained in:
parent
c626771994
commit
4bc5e44a53
|
@ -69,7 +69,6 @@ makeaudiofortempo()
|
||||||
fi
|
fi
|
||||||
# Calculate new tempo.
|
# Calculate new tempo.
|
||||||
newtempo=$(( ( $numtempo * $4 ) / $5 ))
|
newtempo=$(( ( $numtempo * $4 ) / $5 ))
|
||||||
echo "Old tempo $tempo new tempo ${notelenprefix}${newtempo}"
|
|
||||||
# Insert new tempo and delete old. Old may not exist,
|
# Insert new tempo and delete old. Old may not exist,
|
||||||
# so do this rather than overwrite.
|
# so do this rather than overwrite.
|
||||||
sed -e "/^Q:/d" -e "/^K:/a\\
|
sed -e "/^Q:/d" -e "/^K:/a\\
|
||||||
|
|
Loading…
Reference in New Issue