From a1530b0e6885ae8df5ae9a2cc7963528ab7baaa3 Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Thu, 14 Jan 2016 22:12:36 +0100 Subject: [PATCH] Removing superflous debug stuff --- actions/apistatusesupdate.php | 1 - 1 file changed, 1 deletion(-) 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. -- 2.39.5