diff dep/animia/src/animia.cc @ 162:61b76c7b656a

dep/animia: add os x launchservices method
author Paper <mrpapersonic@gmail.com>
date Fri, 17 Nov 2023 16:49:57 -0500
parents 80d6b28eb29f
children 54c5d80a737e
line wrap: on
line diff
--- a/dep/animia/src/animia.cc	Fri Nov 17 13:09:20 2023 -0500
+++ b/dep/animia/src/animia.cc	Fri Nov 17 16:49:57 2023 -0500
@@ -72,11 +72,6 @@
 	         We should set the PID of the process if we can get it, but that'll be for when
 	         I can actually be arsed to implement the X11 backend. */
 	auto window_proc = [&](const Process& process, const Window& window) -> bool {
-		std::cout << "Window ID: " << window.id << "\n"
-			<< "\tClass name: " << window.class_name << "\n"
-			<< "\tTitle text: " << window.text << "\n"
-			<< "\tProcess info: " << "\n"
-			<< "\t\tPID: " << process.pid << "\n";
 		for (const auto& player : players) {
 			if (!internal::PlayerHasStrategy(player, Strategy::WindowTitle))
 				continue;