mirror of
https://github.com/apricote/Listory.git
synced 2026-02-06 17:57:03 +00:00
fix: remove debug logging
This commit is contained in:
parent
aecc82576a
commit
f56218602e
6 changed files with 0 additions and 25 deletions
|
|
@ -29,7 +29,6 @@ export class SpotifyService {
|
|||
|
||||
@Interval(20 * 1000)
|
||||
async getRecentlyPlayedTracks(): Promise<void> {
|
||||
console.log("SpotifyService#getRecentlyPlayedTracks");
|
||||
const users = await this.usersService.findAll();
|
||||
|
||||
for (const user of users) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue