Code cleaning, remove 'TEST' tags.

This commit is contained in:
Jean Baptiste Favre 2012-09-06 11:16:30 -04:00
parent ec072e0af7
commit 344a10be8b
1 changed files with 0 additions and 2 deletions

View File

@ -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();