Remove unused return from end of mkwsSetLang
authorMike Taylor <mike@indexdata.com>
Tue, 29 Apr 2014 12:53:55 +0000 (13:53 +0100)
committerMike Taylor <mike@indexdata.com>
Tue, 29 Apr 2014 12:53:55 +0000 (13:53 +0100)
src/mkws-team.js

index 01d79b8..597072c 100644 (file)
@@ -460,7 +460,6 @@ function team($, teamName) {
        }
 
        log("Locale language: " + (m_config.lang ? m_config.lang : "none"));
-       return m_config.lang;
     }