From 1a16b19acb23a4f28bafd01f3ed80fb225a96c3e Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期五, 30 九月 2022 18:04:12 +0800
Subject: [PATCH] 'bug修复'

---
 ConsoleApplication/CaptureUtil.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ConsoleApplication/CaptureUtil.cpp b/ConsoleApplication/CaptureUtil.cpp
index 8bf3dc2..1b28294 100644
--- a/ConsoleApplication/CaptureUtil.cpp
+++ b/ConsoleApplication/CaptureUtil.cpp
@@ -120,6 +120,6 @@
 cv::Mat  CaptureUtil::capture(HWND hwnd) {
 	clock_t starttime = clock();
 	cv::Mat cap = _wss::screen_shot_by_window(hwnd);
-	std::cout << "截图耗时: threadid-" << std::this_thread::get_id() << " 耗时:" << clock() - starttime << endl;
+	//std::cout << "截图耗时: threadid-" << std::this_thread::get_id() << " 耗时:" << clock() - starttime << endl;
 	return cap;
 }
\ No newline at end of file

--
Gitblit v1.8.0