We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0d5b216 + 63a55a6 commit ae64cf5Copy full SHA for ae64cf5
src/http-loader.ts
@@ -32,7 +32,6 @@ export class LocalizeRouterHttpLoader extends LocalizeParser {
32
*/
33
load(routes: Routes): Promise<any> {
34
return new Promise((resolve: any) => {
35
- console.log(this.http, this.http.get);
36
this.http.get(`${this.path}`)
37
.subscribe((data: ILocalizeRouterParserConfig) => {
38
this.locales = data.locales;
0 commit comments