]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Share/SharePlugin.php
Err, don't need that comment.
[quix0rs-gnu-social.git] / plugins / Share / SharePlugin.php
index d34bcc779e2b2253efcd5d907270af17e16d0af4..597fd652dbeff41c95367beb76a269e56401913a 100644 (file)
@@ -146,7 +146,6 @@ class SharePlugin extends ActivityVerbHandlerPlugin
             return true;
         }
 
-        common_debug('Extending activity '.$stored->id.' with '.get_called_class());
         $this->extendActivity($stored, $act, $scoped);
         return false;
     }