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