Deleted missing Dumper

This commit is contained in:
Calvo 2023-07-17 12:02:48 +02:00
parent 7a3da419bd
commit d3fded0fa8
1 changed files with 0 additions and 1 deletions

View File

@ -789,7 +789,6 @@ sub pandora_checkdb_integrity {
$where_condition = '';
my @modules = get_db_rows($dbh, 'SELECT id_agente_modulo FROM tagente_modulo');
foreach my $id_agente_modulo (@modules) {
print Dumper($id_agente_modulo);
$where_condition .= 'options NOT LIKE ("%\\"moduleId\\":\\"'.$id_agente_modulo->{'id_agente_modulo'}.'\\"%")';
if($id_agente_modulo == $modules[-1]) {
last;