removed sneaky console log
This commit is contained in:
@@ -19,7 +19,6 @@ export default function redirectLang(app) {
|
||||
|
||||
if (!supportedLanguages[langCode]) {
|
||||
// language aware redirect
|
||||
console.log('foo', path, req.method);
|
||||
return res.redirect(url);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user