mirror of https://github.com/mpv-player/mpv
sd_ass: remove debug print
It's not even spelled correctly.
This commit is contained in:
parent
9bce236714
commit
cf573797ee
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue