diff src/track/media.cc @ 317:b1f4d1867ab1

services: VERY initial Kitsu support it only supports user authentication for now, but it's definitely a start.
author Paper <paper@paper.us.eu.org>
date Wed, 12 Jun 2024 04:07:10 -0400
parents b1f625b0227c
children 1faa72660932
line wrap: on
line diff
--- a/src/track/media.cc	Tue Jun 11 15:11:09 2024 -0400
+++ b/src/track/media.cc	Wed Jun 12 04:07:10 2024 -0400
@@ -41,8 +41,6 @@
 	for (const auto& result : results) {
 		for (const auto& media : result.media) {
 			for (const auto& info : media.information) {
-				std::cout << info.value << std::endl;
-
 				switch (info.type) {
 					case animone::MediaInfoType::File:
 						vec.push_back(std::filesystem::path(info.value).filename().u8string());