remove debugging code for microapp

This commit is contained in:
Evan Prodromou 2011-03-16 10:16:29 -04:00
parent 9b4533058c
commit 32aa061c17
1 changed files with 0 additions and 2 deletions

View 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;