removed debug logging

This commit is contained in:
Isaac Grynsztein
2020-02-20 15:44:44 -05:00
parent 8fec9639eb
commit 7eac88a31f

View File

@@ -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');
}