Skip to content

Commit 26f1b05

Browse files
committed
removed an old cout
1 parent b7b47e2 commit 26f1b05

File tree

5 files changed

+0
-3
lines changed

5 files changed

+0
-3
lines changed

ScreenRecorderLegacy/ScreenRecorder.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ void ScreenRecorder::audioEnd() {
118118
void ScreenRecorder::videoEnd() {
119119
lock_guard<mutex> lg(video_lock);
120120
video_end = true;
121-
cout << video_end << endl;
122121
if (vs.audioOn) {
123122
cv_audio.notify_all();
124123
}
4.23 KB
Binary file not shown.

ScreenRecorderLegacyMacOS/ScreenRecorder.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ void ScreenRecorder::audioEnd() {
118118
void ScreenRecorder::videoEnd() {
119119
lock_guard<mutex> lg(video_lock);
120120
video_end = true;
121-
cout << video_end << endl;
122121
if (vs.audioOn) {
123122
cv_audio.notify_all();
124123
}

ScreenRecorderQT/ScreenRecorderQT/ScreenRecorder.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ void ScreenRecorder::audioEnd() {
118118
void ScreenRecorder::videoEnd() {
119119
lock_guard<mutex> lg(video_lock);
120120
video_end = true;
121-
cout << video_end << endl;
122121
if (vs.audioOn) {
123122
cv_audio.notify_all();
124123
}
240 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)