Remove a few obscure "done" and "empty" comments
[lhc/web/wiklou.git] / includes / logging / LogPage.php
index b63f818..45d6e1f 100644 (file)
@@ -385,7 +385,7 @@ class LogPage {
         */
        public function addRelations( $field, $values, $logid ) {
                if ( !strlen( $field ) || empty( $values ) ) {
-                       return false; // nothing
+                       return false;
                }
 
                $data = [];