Skip to content

Commit

Permalink
refactor: remove test print from Inventory.pm
Browse files Browse the repository at this point in the history
  • Loading branch information
Lea9250 committed Jun 3, 2024
1 parent 4efedf7 commit bfb4cab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Apache/Ocsinventory/Server/Capacities/Snmp/Inventory.pm
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ sub insert_snmp_inventory{
if(!defined $resultInsert) { return 1; }
} else {
my $queryUpdate = $dbh->prepare("UPDATE `snmp_accountinfo` SET TAG = ? WHERE ID = ?");
print Dumper($computerTag->{TAG});
$queryUpdate->bind_param(1, $computerTag->{TAG});
$queryUpdate->bind_param(2, $id);

Expand Down

0 comments on commit bfb4cab

Please sign in to comment.