Commit e0ae5b7b authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Suppression de messages intempestifs

parent 41a7e3aa
Loading
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -38,8 +38,6 @@ class DataUpdater

        $config = $table ? [$table => $this->config[$table]] : $this->config;

        $this->getBdd()->logBegin($this->actions[$action]);

        foreach ($config as $table => $config) {
            $actions = (array)$config['actions'];
            unset($config['actions']);
@@ -47,8 +45,6 @@ class DataUpdater
                $this->syncTable($table, $action, $config);
            }
        }

        $this->getBdd()->logEnd();
    }