From 7eac88a31f3152e7dedb032a247d13843ec39c8c Mon Sep 17 00:00:00 2001 From: Isaac Grynsztein Date: Thu, 20 Feb 2020 15:44:44 -0500 Subject: [PATCH] removed debug logging --- src/app/posts.services.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/posts.services.ts b/src/app/posts.services.ts index b6a9febb..40ddff8a 100644 --- a/src/app/posts.services.ts +++ b/src/app/posts.services.ts @@ -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'); }