From: Mikael Nordfeldth Date: Thu, 14 Jan 2016 21:12:36 +0000 (+0100) Subject: Removing superflous debug stuff X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a1530b0e6885ae8df5ae9a2cc7963528ab7baaa3;p=quix0rs-gnu-social.git Removing superflous debug stuff --- diff --git a/actions/apistatusesupdate.php b/actions/apistatusesupdate.php index 8f381534c7..09663ac7c2 100644 --- a/actions/apistatusesupdate.php +++ b/actions/apistatusesupdate.php @@ -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.