]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Removing superflous debug stuff
authorMikael Nordfeldth <mmn@hethane.se>
Thu, 14 Jan 2016 21:12:36 +0000 (22:12 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Thu, 14 Jan 2016 21:12:36 +0000 (22:12 +0100)
actions/apistatusesupdate.php

index 8f381534c79ea29aac22ae5646c3f4b64fd4147a..09663ac7c2595b2220783fa14135d9c612332e36 100644 (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.