prosodyctl: Remove nonsensical warning
authorMatthew Wild <mwild1@gmail.com>
Thu, 31 Jul 2014 05:59:12 +0000 (06:59 +0100)
committerMatthew Wild <mwild1@gmail.com>
Thu, 31 Jul 2014 05:59:12 +0000 (06:59 +0100)
prosodyctl

index 6a6414f6885c9aa42b45aba4d04729537abcfb87..38dac363250dc2e59ea4b7de9115a07eb3255c37 100755 (executable)
@@ -372,7 +372,6 @@ function commands.deluser(arg)
        
        if not hosts[host] then
                show_warning("The host '%s' is not listed in the configuration file (or is not enabled).", host)
-               show_warning("The user will not be able to log in until this is changed.");
                hosts[host] = make_host(host);
        end