]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - classes/Notice.php
Saved incoming activites for Favorite as wrong profile
[quix0rs-gnu-social.git] / classes / Notice.php
index 74f2f6aa912d20ce4a4e1af8a4314936385f5903..4bd117b8375fbff470bf5405a837fe2e1aafeaf4 100644 (file)
@@ -901,7 +901,6 @@ class Notice extends Managed_DataObject
             }
         }
 
-        common_debug(get_called_class().' looking up mentions metadata etc.');
         // Save per-notice metadata...
         $mentions = array();
         $groups   = array();
@@ -939,8 +938,6 @@ class Notice extends Managed_DataObject
             $stored->distribute();
         }
         
-        common_debug(get_called_class().' returning stored activity - success!');
-
         return $stored;
     }