mirror of
https://github.com/apricote/Listory.git
synced 2026-02-07 10:17:02 +00:00
fix: remove debug logging
This commit is contained in:
parent
aecc82576a
commit
f56218602e
6 changed files with 0 additions and 25 deletions
|
|
@ -32,8 +32,6 @@ export class MusicLibraryService {
|
|||
artist.name = data.name;
|
||||
artist.spotify = data.spotify;
|
||||
|
||||
console.log("createArtist", { data, artist });
|
||||
|
||||
await this.artistRepository.save(artist);
|
||||
|
||||
return artist;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue