Ao clicar em remover na página produto-lista, recebo o seguinte erro:
'Catchable fatal error: Object of class mysqli could not be converted to string in C:\xampp\htdocs\lojaReal\bancoProduto.php on line 34'
Segue função remove Produto
'function removeProduto($id, $conexao) { $query = "DELETE from produto where id = {$id}"; return mysqli_query($conexao, $query); }'