xbps-remove: do not bother to print useless msgs about unknown states.

Those states are not meaningful for the application.
This commit is contained in:
Juan RP 2015-02-18 16:55:42 +01:00
parent 45f624eae2
commit 73c0d68acd

View File

@ -117,10 +117,6 @@ state_cb_rm(const struct xbps_state_cb_data *xscd, void *cbdata _unused)
syslog(LOG_ERR, "%s", xscd->desc);
}
break;
default:
xbps_dbg_printf(xscd->xhp,
"%s: unknown state %d\n", xscd->arg, xscd->state);
break;
}
return 0;