savoirfairelinux / sous-chef

Sous-Chef is a web application to help organizations to plan and deliver meals, and to manage clients files.
GNU Affero General Public License v3.0
67 stars 45 forks source link

Flush unused methods and tests #845

Open manumilou opened 5 years ago

manumilou commented 5 years ago

Tackles #842

It turns out that add_item is not used, so the clients are always billed with the proper prices. It must have been part of a refactoring initiative that did not finish.

Changes proposed in this pull request:

🔥

Status

Additional notes

I let you decide if you want to merge that or not. In my opinion, it's better to remove dead code, as it can lead to confusion.

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-0.07%) to 95.28% when pulling 3cfcf29bf12c8e153608eedc9531b22ffd099b1c on manumilou:remove-unused-methods into 0359baf61a836681f1a5bdd8e0956445c89acfc6 on savoirfairelinux:dev.