Skip to content

Commit

Permalink
Merge pull request #1 from Ty3uK/REMOVE_LOG
Browse files Browse the repository at this point in the history
Removed console.log :)
  • Loading branch information
meeroslav authored Sep 8, 2017
2 parents 0d5b216 + 63a55a6 commit ae64cf5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/http-loader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ export class LocalizeRouterHttpLoader extends LocalizeParser {
*/
load(routes: Routes): Promise<any> {
return new Promise((resolve: any) => {
console.log(this.http, this.http.get);
this.http.get(`${this.path}`)
.subscribe((data: ILocalizeRouterParserConfig) => {
this.locales = data.locales;
Expand Down

0 comments on commit ae64cf5

Please sign in to comment.