diff src/track/media.cc @ 279:657fda1b9cac

*: clean up enums
author Paper <paper@paper.us.eu.org>
date Fri, 19 Apr 2024 13:24:06 -0400
parents 1a6a5d3a94cd
children b1f625b0227c
line wrap: on
line diff
--- a/src/track/media.cc	Thu Apr 18 17:24:42 2024 -0400
+++ b/src/track/media.cc	Fri Apr 19 13:24:06 2024 -0400
@@ -33,10 +33,8 @@
 bool GetCurrentlyPlaying(std::vector<std::string>& vec) {
 	std::vector<animone::Result> results;
 
-	if (!GetCurrentlyPlayingResults(results)) {
-		std::cout << "whoooops!" << std::endl;
+	if (!GetCurrentlyPlayingResults(results))
 		return false;
-	}
 
 	bool success = false;