Skip to content

Commit

Permalink
Remove debug printf from UIA.cpp.
Browse files Browse the repository at this point in the history
  • Loading branch information
m1maker committed Dec 28, 2024
1 parent 57af291 commit 7fc4675
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion SRC/UIA.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ bool UIA::Speak(const char* text, bool interrupt) {
std::wstring str;
UnicodeConvert(text, str);
pProvider = new Provider(GetForegroundWindow());
printf("Test");

HRESULT hr = pAutomation->ElementFromHandle(GetForegroundWindow(), &pElement);

Expand Down

0 comments on commit 7fc4675

Please sign in to comment.