Retirer commentaire

This commit is contained in:
Victor Lacasse-Beaudoin 2023-06-08 00:54:45 -04:00
parent afb944cbb3
commit 7946c0a606

View file

@ -136,14 +136,6 @@ func (d *DataClient) ListTransactions() ([]models.Transaction, error) {
}
return transactions, nil
/*
rows, err := d.DB.Queryx("SELECT * FROM transactions LIMIT 20000;")
if err != nil {
return transactions, err
}
*/
}
/*