1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-14 19:11:53 +00:00

sd_ass: remove debug print

It's not even spelled correctly.
This commit is contained in:
wm4 2020-08-14 21:28:29 +02:00
parent 9bce236714
commit cf573797ee

View File

@ -813,7 +813,6 @@ static int control(struct sd *sd, enum sd_ctrl cmd, void *arg)
if (flags & UPDATE_SUB_HARD) {
assobjects_destroy(sd);
assobjects_init(sd);
MP_WARN(sd, "reoinit\n");
}
return CONTROL_OK;
}