summaryrefslogtreecommitdiff
path: root/actions/newnotice.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/newnotice.php')
-rw-r--r--actions/newnotice.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/actions/newnotice.php b/actions/newnotice.php
index 3c336d3b0..0c1ad9523 100644
--- a/actions/newnotice.php
+++ b/actions/newnotice.php
@@ -50,7 +50,6 @@ class NewnoticeAction extends Action {
if (!$content) {
$this->show_form(_('No content!'));
return;
-// } else if (mb_strlen($content) > 140) {
} else {
$content = common_shorten_links($content);