remove debugging code for microapp
This commit is contained in:
parent
9b4533058c
commit
32aa061c17
@ -525,8 +525,6 @@ abstract class MicroAppPlugin extends Plugin
|
|||||||
|
|
||||||
function onStartMakeEntryForm($tag, $out, &$form)
|
function onStartMakeEntryForm($tag, $out, &$form)
|
||||||
{
|
{
|
||||||
$this->log(LOG_INFO, "onStartMakeEntryForm() called for tag '$tag'");
|
|
||||||
|
|
||||||
if ($tag == $this->tag()) {
|
if ($tag == $this->tag()) {
|
||||||
$form = $this->entryForm($out);
|
$form = $this->entryForm($out);
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user