From: Jean Baptiste Favre Date: Thu, 6 Sep 2012 15:16:30 +0000 (-0400) Subject: Code cleaning, remove 'TEST' tags. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f803b22752b6e535e33e8504e24e9830e67de928;p=quix0rs-gnu-social.git Code cleaning, remove 'TEST' tags. --- diff --git a/actions/apistatusesupdate.php b/actions/apistatusesupdate.php index 0385b01961..40a78744b7 100644 --- a/actions/apistatusesupdate.php +++ b/actions/apistatusesupdate.php @@ -300,9 +300,7 @@ class ApiStatusesUpdateAction extends ApiAuthAction if (isset($upload)) { $status_shortened .= ' ' . $upload->shortUrl(); -//JBTEST $status_shortened = $this->auth_user->shortenlinks($status_shortened); -//JBTEST if (Notice::contentTooLong($status_shortened)) { $upload->delete();