Skip to content

Commit ae64cf5

Browse files
authored
Merge pull request #1 from Ty3uK/REMOVE_LOG
Removed console.log :)
2 parents 0d5b216 + 63a55a6 commit ae64cf5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/http-loader.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ export class LocalizeRouterHttpLoader extends LocalizeParser {
3232
*/
3333
load(routes: Routes): Promise<any> {
3434
return new Promise((resolve: any) => {
35-
console.log(this.http, this.http.get);
3635
this.http.get(`${this.path}`)
3736
.subscribe((data: ILocalizeRouterParserConfig) => {
3837
this.locales = data.locales;

0 commit comments

Comments
 (0)