Skip to content

Commit

Permalink
Bugfix framework
Browse files Browse the repository at this point in the history
Remove a redundant log write
  • Loading branch information
mhcwebdesign committed Jan 11, 2024
1 parent 6f28eb2 commit d18413b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion upload/system/framework.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@

// Event Register
if ($config->has('action_event')) {
$log->write("framework: config->get('action_event')='".print_r($config->get('action_event'),true)."'");
foreach ($config->get('action_event') as $key => $value) {
foreach ($value as $priority => $action) {
$event->register($key, new Action($action), $priority);
Expand Down

0 comments on commit d18413b

Please sign in to comment.