- DEBUGGING

parent 055de8ed
......@@ -58,7 +58,6 @@ class DefaultController extends BaseController
if ($triggerResult===true) {
$init = $trigger->initAction(['email' => $message->email]);
if ($init===true) {
echo $message->id.'::'.$trigger->id.'<br>';
$triggerIsUsed=true;
} else {
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