Skip to content

Commit

Permalink
Merge pull request #972 from UltraStar-Deluxe/remove-errorlog-stop
Browse files Browse the repository at this point in the history
don't log ERROR: STOP the whole time in the editor
  • Loading branch information
basisbit authored Feb 18, 2025
2 parents 5bdbf96 + fbb72e5 commit 3178214
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/screens/UScreenEditSub.pas
Original file line number Diff line number Diff line change
Expand Up @@ -5089,7 +5089,6 @@ function TScreenEditSub.Draw: boolean;
// stop the music
if (AudioPlayback.Position > PlayStopTime) then
begin
Log.LogError('STOP');
AudioPlayback.Stop;
PlaySentence := false;
PlayOne := false;
Expand Down

0 comments on commit 3178214

Please sign in to comment.