Retirer commentaire
This commit is contained in:
parent
afb944cbb3
commit
7946c0a606
1 changed files with 0 additions and 8 deletions
|
@ -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
|
||||
}
|
||||
*/
|
||||
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue