Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
remove leftover debugging info
Browse files Browse the repository at this point in the history
  • Loading branch information
Suprnova authored Sep 14, 2020
1 parent b579c10 commit ce95eee
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1694,10 +1694,6 @@ private async Task SpotifyMatching(List<string> titles, List<string> artists)
for (var i = 0; i < titles.Count; i++)
{
var search = await spotify.Search.Item(new SearchRequest(SearchRequest.Types.Track, "track:\"" + titles[i] + "\""));
if (i == 29)
{
Console.WriteLine("ye");
}
int index = 0;
await foreach(var item in spotify.Paginate(search.Tracks, (s) => s.Tracks))
{
Expand Down

0 comments on commit ce95eee

Please sign in to comment.