From f803b22752b6e535e33e8504e24e9830e67de928 Mon Sep 17 00:00:00 2001 From: Jean Baptiste Favre Date: Thu, 6 Sep 2012 11:16:30 -0400 Subject: [PATCH] Code cleaning, remove 'TEST' tags. --- actions/apistatusesupdate.php | 2 -- 1 file changed, 2 deletions(-) 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();