Removing unused comments

This commit is contained in:
sloumdrone 2019-05-09 21:40:03 -07:00
parent df31fed50b
commit 18838a439e
1 changed files with 0 additions and 4 deletions

View File

@ -310,11 +310,7 @@ func doCommand(action string, values []string) error {
}
func checkConfigValue(setting string) error {
// Leverages the error system until the messaging system
// is improved. This function will always return an
// error, this is intentional.
if val, ok := options[setting]; ok {
// return fmt.Errorf("%s is set to: %q", setting, val)
quickMessage(fmt.Sprintf("%s is set to: %q", setting, val), false)
return nil