BrightSpots / rcv

Ranked Choice Voting Universal Tabulator
Mozilla Public License 2.0
72 stars 19 forks source link

"Successfully loaded contest config" appears right after you save a config #321

Closed HEdingfield closed 5 years ago

HEdingfield commented 5 years ago

Minor issue: "Successfully loaded contest config" appears right after you save a config, e.g.

2019-06-29 00:12:59 PDT INFO: Saved object to: C:\blah\2018_maine_governor_primary_config.json 2019-06-29 00:12:59 PDT INFO: Successfully loaded contest config: C:\blah\2018_maine_governor_primary_config.json

We can probably set a silentMode boolean for loadContestConfig that suppresses this message in the save use case.

tarheel commented 5 years ago

Good catch. Not directly related, but it's also a little weird that we say "Saved object" instead of "Save config."

HEdingfield commented 5 years ago

Closed with #323