Removing superflous debug stuff

This commit is contained in:
Mikael Nordfeldth 2016-01-14 22:12:36 +01:00
parent 8df38df5cb
commit a1530b0e68
1 changed files with 0 additions and 1 deletions

View File

@ -258,7 +258,6 @@ class ApiStatusesUpdateAction extends ApiAuthAction
}
}
common_debug(get_called_class().': parsed media_ids=='._ve($this->media_ids));
foreach(array_keys($this->media_ids) as $media_id) {
// FIXME: Validation on this... Worst case is that if someone sends bad media_ids then
// we'll fill the notice with non-working links, so no real harm, done, but let's fix.