Skip to content

Commit

Permalink
removed debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Tzahi12345 committed Feb 20, 2020
1 parent 8fec963 commit 7eac88a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/posts.services.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ export class PostsService {
}
const locations = window.location.href.split('#');
const current_location = locations[0];
console.log('Config location: ' + current_location + 'backend/config/default.json');
return this.http.get(current_location + 'backend/config/default.json');
}

Expand Down

0 comments on commit 7eac88a

Please sign in to comment.