- DEBUGGING

parent 055de8ed
...@@ -58,7 +58,6 @@ class DefaultController extends BaseController ...@@ -58,7 +58,6 @@ class DefaultController extends BaseController
if ($triggerResult===true) { if ($triggerResult===true) {
$init = $trigger->initAction(['email' => $message->email]); $init = $trigger->initAction(['email' => $message->email]);
if ($init===true) { if ($init===true) {
echo $message->id.'::'.$trigger->id.'<br>';
$triggerIsUsed=true; $triggerIsUsed=true;
} else { } else {
echo $init; echo $init;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment