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
1 changed files with 0 additions and 1 deletions

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;
}