mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-12 13:21:30 +03:00
removed debug logging
This commit is contained in:
@@ -69,7 +69,6 @@ export class PostsService {
|
|||||||
}
|
}
|
||||||
const locations = window.location.href.split('#');
|
const locations = window.location.href.split('#');
|
||||||
const current_location = locations[0];
|
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');
|
return this.http.get(current_location + 'backend/config/default.json');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user