]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/microappplugin.php
* Add FIXME: $profile appears to be undefined.
[quix0rs-gnu-social.git] / lib / microappplugin.php
index 86803b8ae3f6c1bd01f822c5f2b13eb4eb97eca4..ab6d5651579c17faf7cd0dd758bf838bdbee8c28 100644 (file)
@@ -525,8 +525,6 @@ abstract class MicroAppPlugin extends Plugin
 
     function onStartMakeEntryForm($tag, $out, &$form)
     {
-        $this->log(LOG_INFO, "onStartMakeEntryForm() called for tag '$tag'");
-
         if ($tag == $this->tag()) {
             $form = $this->entryForm($out);
             return false;